Skip to content

Commit 9248219

Browse files
committed
Rename gem from yajl-ruby to yajl
1 parent e8401ec commit 9248219

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can read more info at the project's website http://lloyd.github.com/yajl or
2222
Go ahead and install it as usual:
2323

2424
```
25-
gem install yajl-ruby
25+
gem install yajl
2626
```
2727

2828
Or use your Gemfile:

tasks/compile.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require 'rake/extensiontask'
22

33
def gemspec
4-
@clean_gemspec ||= eval(File.read(File.expand_path('../../yajl-ruby.gemspec', __FILE__)))
4+
@clean_gemspec ||= eval(File.read(File.expand_path('../../yajl.gemspec', __FILE__)))
55
end
66

77
Rake::ExtensionTask.new('yajl', gemspec) do |ext|

yajl-ruby.gemspec renamed to yajl.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require './lib/yajl/version'
22

33
Gem::Specification.new do |s|
4-
s.name = %q{yajl-ruby}
4+
s.name = %q{yajl}
55
s.version = Yajl::VERSION
66
s.license = "MIT"
77
s.authors = ["Brian Lopez", "Lloyd Hilaiel"]

0 commit comments

Comments
 (0)