File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ You can read more info at the project's website http://lloyd.github.com/yajl or
2222Go ahead and install it as usual:
2323
2424```
25- gem install yajl-ruby
25+ gem install yajl
2626```
2727
2828Or use your Gemfile:
Original file line number Diff line number Diff line change 11require 'rake/extensiontask'
22
33def 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__ ) ) )
55end
66
77Rake ::ExtensionTask . new ( 'yajl' , gemspec ) do |ext |
Original file line number Diff line number Diff line change 11require './lib/yajl/version'
22
33Gem ::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" ]
You can’t perform that action at this time.
0 commit comments