We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e7ea12 commit 9959877Copy full SHA for 9959877
ice_cube.gemspec
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
11
12
s.version = IceCube::VERSION
13
s.platform = Gem::Platform::RUBY
14
- s.files = Dir['lib/**/*.rb']
+ s.files = Dir['lib/**/*.rb', 'config/**/*.yml']
15
s.test_files = Dir.glob('spec/*.rb')
16
s.require_paths = ['lib']
17
s.has_rdoc = true
lib/ice_cube/version.rb
@@ -1,5 +1,5 @@
1
module IceCube
2
3
- VERSION = '0.13.1'
+ VERSION = '0.13.2'
4
5
end
0 commit comments