Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oesmith committed Oct 11, 2012
1 parent f13908f commit 5269e81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/billy/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Billy
VERSION = "0.0.1"
VERSION = "0.1.0"
end
6 changes: 3 additions & 3 deletions puffing-billy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ require File.expand_path('../lib/billy/version', __FILE__)
Gem::Specification.new do |gem|
gem.authors = ["Olly Smith"]
gem.email = ["[email protected]"]
gem.description = %q{TODO: Write a gem description}
gem.summary = %q{TODO: Write a gem summary}
gem.homepage = ""
gem.description = %q{A stubbing proxy server for ruby. Connect it to your browser in integration tests to fake interactions with remote HTTP(S) servers.}
gem.summary = %q{Easy request stubs for browser tests.}
gem.homepage = "https://github.com/oesmith/puffing-billy"

gem.files = `git ls-files`.split($\)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
Expand Down

0 comments on commit 5269e81

Please sign in to comment.