We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f59b1 commit b1b1658Copy full SHA for b1b1658
crack.gemspec
@@ -5,11 +5,11 @@
5
6
Gem::Specification.new do |s|
7
s.name = %q{crack}
8
- s.version = "0.3.0"
+ s.version = "0.3.1"
9
10
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
s.authors = [%q{John Nunemaker}, %q{Wynn Netherland}]
12
- s.date = %q{2011-09-17}
+ s.date = %q{2011-09-21}
13
s.email = %q{nunemaker@gmail.com}
14
s.extra_rdoc_files = [
15
"LICENSE",
@@ -30,6 +30,7 @@ Gem::Specification.new do |s|
30
"test/data/twittersearch-ie.json",
31
"test/hash_test.rb",
32
"test/json_test.rb",
33
+ "test/parser_test.rb",
34
"test/string_test.rb",
35
"test/test_helper.rb",
36
"test/xml_test.rb"
0 commit comments