coded_options 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/lib/coded_options/version.rb +1 -1
  3. metadata +3 -3
data/Rakefile CHANGED
@@ -6,7 +6,7 @@ require "rspec/core/rake_task"
6
6
 
7
7
  Rspec::Core::RakeTask.new(:spec)
8
8
 
9
- gemspec = eval(File.read("coded_options.gemspec"))
9
+ gemspec = eval(File.read(File.join(Dir.pwd, "coded_options.gemspec")))
10
10
 
11
11
  task :build => "#{gemspec.full_name}.gem"
12
12
 
@@ -1,3 +1,3 @@
1
1
  module CodedOptions
2
- VERSION = "0.2.4"
2
+ VERSION = "0.2.5"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coded_options
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 4
10
- version: 0.2.4
9
+ - 5
10
+ version: 0.2.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jason Dew