Rakefile in jugyo-rubytter-0.5.0 vs Rakefile in jugyo-rubytter-0.6.3
- old
+ new
@@ -18,9 +18,10 @@
s.version = '#{Rubytter::VERSION}'
s.summary = "Simple twitter client."
s.description = "Rubytter is a simple twitter client."
s.files = %w( #{Dir['lib/**/*.rb'].join(' ')}
#{Dir['spec/**/*.rb'].join(' ')}
+ #{Dir['spec/**/*.json'].join(' ')}
#{Dir['examples/**/*.rb'].join(' ')}
README.rdoc
History.txt
Rakefile )
s.add_dependency("json_pure", ">= 1.1.3")