nimbleshop_core 0.0.2.beta1 → 0.0.2

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 (2) hide show
  1. data/lib/nimbleshop/version.rb +1 -1
  2. metadata +8 -5
@@ -3,7 +3,7 @@ module Nimbleshop
3
3
  @major = 0
4
4
  @minor = 0
5
5
  @tiny = 2
6
- @build = 'beta1'
6
+ @build = nil
7
7
 
8
8
  class << self
9
9
  attr_reader :major, :minor, :tiny, :build
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nimbleshop_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2.beta1
5
- prerelease: 6
4
+ version: 0.0.2
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Neeraj Singh
@@ -1047,13 +1047,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
1047
1047
  version: '0'
1048
1048
  segments:
1049
1049
  - 0
1050
- hash: 2390221999840388661
1050
+ hash: 393611254656433228
1051
1051
  required_rubygems_version: !ruby/object:Gem::Requirement
1052
1052
  none: false
1053
1053
  requirements:
1054
- - - ! '>'
1054
+ - - ! '>='
1055
1055
  - !ruby/object:Gem::Version
1056
- version: 1.3.1
1056
+ version: '0'
1057
+ segments:
1058
+ - 0
1059
+ hash: 393611254656433228
1057
1060
  requirements: []
1058
1061
  rubyforge_project:
1059
1062
  rubygems_version: 1.8.24