nimbleshop_cod 0.0.1.rc6 → 0.0.1

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. metadata +13 -8
  2. data/lib/nimbleshop_cod/version.rb +0 -3
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nimbleshop_cod
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.rc6
5
- prerelease: 6
4
+ version: 0.0.1
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Neeraj Singh
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-07-06 00:00:00.000000000 Z
13
+ date: 2012-07-10 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: nimbleshop_core
@@ -19,7 +19,7 @@ dependencies:
19
19
  requirements:
20
20
  - - '='
21
21
  - !ruby/object:Gem::Version
22
- version: 0.0.1.rc6
22
+ version: 0.0.1
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -27,7 +27,7 @@ dependencies:
27
27
  requirements:
28
28
  - - '='
29
29
  - !ruby/object:Gem::Version
30
- version: 0.0.1.rc6
30
+ version: 0.0.1
31
31
  description: Provides Cash on delivery support to nimbleShop
32
32
  email:
33
33
  - neeraj@BigBinary.com
@@ -47,7 +47,6 @@ files:
47
47
  - lib/nimbleshop_cod/engine.rb
48
48
  - lib/nimbleshop_cod/gateway.rb
49
49
  - lib/nimbleshop_cod/processor.rb
50
- - lib/nimbleshop_cod/version.rb
51
50
  - lib/nimbleshop_cod.rb
52
51
  - lib/tasks/nimbleshop_cod_tasks.rake
53
52
  - README.md
@@ -63,12 +62,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
63
62
  - - ! '>='
64
63
  - !ruby/object:Gem::Version
65
64
  version: '0'
65
+ segments:
66
+ - 0
67
+ hash: -2113897608936406901
66
68
  required_rubygems_version: !ruby/object:Gem::Requirement
67
69
  none: false
68
70
  requirements:
69
- - - ! '>'
71
+ - - ! '>='
70
72
  - !ruby/object:Gem::Version
71
- version: 1.3.1
73
+ version: '0'
74
+ segments:
75
+ - 0
76
+ hash: -2113897608936406901
72
77
  requirements: []
73
78
  rubyforge_project:
74
79
  rubygems_version: 1.8.24
@@ -1,3 +0,0 @@
1
- module NimbleshopCod
2
- VERSION = "0.0.1"
3
- end