Skip to content

Commit

Permalink
Merge pull request #13 from Qt-dev/Bundle003
Browse files Browse the repository at this point in the history
version ready
  • Loading branch information
trekkie4life committed Feb 15, 2014
2 parents 08e8f6b + 9afb812 commit cf13e68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cool_faker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.email = [""]
spec.summary = %q{generate a list of real movie character names}
spec.description = %q{Perfect for filling in tables to test how program treats data}
spec.homepage = ""
spec.homepage = "https://github.com/Qt-dev/cool-faker"
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0")
Expand Down
2 changes: 1 addition & 1 deletion lib/cool_faker/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CoolFaker
VERSION = "0.0.2"
VERSION = "0.0.3"
end

0 comments on commit cf13e68

Please sign in to comment.