Skip to content

Commit

Permalink
Build has been fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
nordringrayhide committed Jul 27, 2013
1 parent 6c57c38 commit bac2c2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rails-footnotes (3.7.7)
rails-footnotes (3.7.9)
rails (>= 3.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion rails-footnotes.gemspec
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
s.require_paths = ["lib"]
end

0 comments on commit bac2c2d

Please sign in to comment.