Skip to content

Commit

Permalink
Merge pull request #21 from axsh/fix-gemspec
Browse files Browse the repository at this point in the history
Fix gemspec
  • Loading branch information
Metallion committed Feb 8, 2016
2 parents c00e2f0 + e1da265 commit d796c09
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Gemfile
@@ -1,7 +1,5 @@
source 'https://rubygems.org'

gemspec

group :test do
gem 'rspec'
end
2 changes: 1 addition & 1 deletion fuguta.gemspec
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.description = "A configuration framework for Ruby programs"
s.authors = ["Axsh co. LTD"]
s.homepage = "https://github.com/axsh/fuguta"
s.require_path = ['lib']
s.require_path = 'lib'
s.files = `git ls-files`.split($/)
s.license = 'LGPLv3'
end
2 changes: 1 addition & 1 deletion lib/fuguta/version.rb
@@ -1,4 +1,4 @@
# encoding: utf-8
module Fuguta
VERSION='1.0.4'
VERSION='1.0.4.1'
end

0 comments on commit d796c09

Please sign in to comment.