Skip to content

Commit

Permalink
Version bump to 0.0.3. Depend on json-schema 0.1.10 (which supports 1.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarib committed Jan 10, 2011
1 parent 620ab23 commit 422ab8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion har.gemspec
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.rubyforge_project = "har"

s.add_dependency "json"
s.add_dependency "json-schema"
s.add_dependency "json-schema", ">= 0.1.10"
s.add_dependency "launchy"

s.add_development_dependency "rspec", "~> 2.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/har/version.rb
@@ -1,3 +1,3 @@
module HAR
VERSION = "0.0.2"
VERSION = "0.0.3"
end

0 comments on commit 422ab8c

Please sign in to comment.