Skip to content

Commit

Permalink
missed the split
Browse files Browse the repository at this point in the history
  • Loading branch information
raggi committed May 24, 2011
1 parent aa2ed26 commit 9ee2f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openid_active_record_store.gemspec
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.summary = 'An ActiveRecord store for OpenID' s.summary = 'An ActiveRecord store for OpenID'
s.description = 'An ActiveRecord store for OpenID, forked from its original author for rails 3 support' s.description = 'An ActiveRecord store for OpenID, forked from its original author for rails 3 support'


s.files = `git ls-files` - %W[.gitignore #{File.basename __FILE__}] s.files = `git ls-files`.split - %W[.gitignore #{File.basename __FILE__}]


if s.respond_to? :specification_version then if s.respond_to? :specification_version then
s.specification_version = 3 s.specification_version = 3
Expand Down

0 comments on commit 9ee2f3a

Please sign in to comment.