Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
add the version
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Cooke committed Oct 16, 2014
1 parent f761274 commit 2cf1f30
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions fake_person.gemspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
require File.expand_path('../lib/authie/version', __FILE__)

Gem::Specification.new do |s|
s.name = "fake-person"
s.description = %q{A Ruby library for creating fake personalities}
s.summary = s.description
s.homepage = "https://github.com/adamcooke/fake-person"
s.licenses = ['MIT']
s.version = Authie::VERSION
s.version = "1.0.0"
s.files = Dir.glob("{lib,db}/**/*")
s.require_paths = ["lib"]
s.authors = ["Adam Cooke"]
Expand Down

0 comments on commit 2cf1f30

Please sign in to comment.