coded_options 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/Gemfile +11 -0
  2. data/lib/coded_options/version.rb +1 -1
  3. metadata +4 -3
data/Gemfile ADDED
@@ -0,0 +1,11 @@
1
+ source "http://rubygems.org"
2
+
3
+ # Will automatically pull in this gem and all its
4
+ # dependencies specified in the gemspec
5
+ gem "coded_options", :path => File.expand_path("..", __FILE__)
6
+ gem "rails", "~>3.0.0"
7
+
8
+ # These are development dependencies
9
+ gem "rake"
10
+ gem "rspec", "~>2.0.0"
11
+ gem "rr"
@@ -1,3 +1,3 @@
1
1
  module CodedOptions
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
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: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 2
10
- version: 0.2.2
9
+ - 3
10
+ version: 0.2.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jason Dew
@@ -35,6 +35,7 @@ files:
35
35
  - lib/rails/coded_options.rb
36
36
  - LICENSE
37
37
  - README.md
38
+ - Gemfile
38
39
  - Rakefile
39
40
  - .gemtest
40
41
  has_rdoc: true