Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalw committed Jun 23, 2009
1 parent 0b5bef4 commit 07f3245
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 20 deletions.
2 changes: 1 addition & 1 deletion VERSION.yml
@@ -1,4 +1,4 @@
--- ---
:major: 0 :major: 0
:minor: 1 :minor: 1
:patch: 2 :patch: 3
41 changes: 22 additions & 19 deletions crack.gemspec
Expand Up @@ -6,27 +6,30 @@ Gem::Specification.new do |s|


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["John Nunemaker"] s.authors = ["John Nunemaker"]
s.date = %q{2009-04-21} s.date = %q{2009-06-23}
s.email = %q{nunemaker@gmail.com} s.email = %q{nunemaker@gmail.com}
s.extra_rdoc_files = [ s.extra_rdoc_files = [
"LICENSE", "LICENSE",
"README.rdoc" "README.rdoc"
] ]
s.files = [ s.files = [
"LICENSE", ".gitignore",
"README.rdoc", "History",
"Rakefile", "LICENSE",
"VERSION.yml", "README.rdoc",
"lib/crack.rb", "Rakefile",
"lib/crack/core_extensions.rb", "VERSION.yml",
"lib/crack/json.rb", "crack.gemspec",
"lib/crack/xml.rb", "lib/crack.rb",
"test/crack_test.rb", "lib/crack/core_extensions.rb",
"test/data/twittersearch-firefox.json", "lib/crack/json.rb",
"test/data/twittersearch-ie.json", "lib/crack/xml.rb",
"test/json_test.rb", "test/crack_test.rb",
"test/test_helper.rb", "test/data/twittersearch-firefox.json",
"test/xml_test.rb" "test/data/twittersearch-ie.json",
"test/json_test.rb",
"test/test_helper.rb",
"test/xml_test.rb"
] ]
s.has_rdoc = true s.has_rdoc = true
s.homepage = %q{http://github.com/jnunemaker/crack} s.homepage = %q{http://github.com/jnunemaker/crack}
Expand All @@ -37,9 +40,9 @@ Gem::Specification.new do |s|
s.summary = %q{Really simple JSON and XML parsing, ripped from Merb and Rails.} s.summary = %q{Really simple JSON and XML parsing, ripped from Merb and Rails.}
s.test_files = [ s.test_files = [
"test/crack_test.rb", "test/crack_test.rb",
"test/json_test.rb", "test/json_test.rb",
"test/test_helper.rb", "test/test_helper.rb",
"test/xml_test.rb" "test/xml_test.rb"
] ]


if s.respond_to? :specification_version then if s.respond_to? :specification_version then
Expand Down

0 comments on commit 07f3245

Please sign in to comment.