Skip to content

Commit b273415

Browse files
committed
Update references to new paths
1 parent 803f65e commit b273415

6 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ source "https://rubygems.org"
22

33
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
44

5-
# Specify your gem's dependencies in json-sequence.gemspec
5+
# Specify your gem's dependencies in greensync-json_sequence.gemspec
66
gemspec

greensync-json_sequence.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
lib = File.expand_path("../lib", __FILE__)
33
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4-
require "json_sequence/version"
4+
require "greensync/json_sequence/version"
55

66
Gem::Specification.new do |spec|
77
spec.name = "greensync-json_sequence"
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
1414
spec.license = "MIT"
1515

1616
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
17-
Dir.glob("{bin,lib}/**/*") + %w[README.md Gemfile Gemfile.lock Rakefile LICENSE.txt json-sequence.gemspec]
17+
Dir.glob("{bin,lib}/**/*") + %w[README.md Gemfile Gemfile.lock Rakefile LICENSE.txt greensync-json_sequence.gemspec]
1818
end
1919

2020
spec.bindir = "exe"

0 commit comments

Comments
 (0)