nimbleshop_paypalwp 0.0.1.rc6 → 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nimbleshop_paypalwp
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
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-06 00:00:00.000000000 Z
12
+ date: 2012-07-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activemerchant
@@ -66,7 +66,7 @@ dependencies:
66
66
  requirements:
67
67
  - - '='
68
68
  - !ruby/object:Gem::Version
69
- version: 0.0.1.rc6
69
+ version: 0.0.1
70
70
  type: :runtime
71
71
  prerelease: false
72
72
  version_requirements: !ruby/object:Gem::Requirement
@@ -74,7 +74,7 @@ dependencies:
74
74
  requirements:
75
75
  - - '='
76
76
  - !ruby/object:Gem::Version
77
- version: 0.0.1.rc6
77
+ version: 0.0.1
78
78
  description: Provides Paypal web payments standard support to nimbleshop
79
79
  email:
80
80
  - neeraj@bigbinary.com
@@ -95,7 +95,6 @@ files:
95
95
  - lib/nimbleshop_paypalwp/active_merchant/billing/integrations/paypal/helper.rb
96
96
  - lib/nimbleshop_paypalwp/engine.rb
97
97
  - lib/nimbleshop_paypalwp/processor.rb
98
- - lib/nimbleshop_paypalwp/version.rb
99
98
  - lib/nimbleshop_paypalwp.rb
100
99
  - lib/tasks/nimbleshop_paypalwp_mock_ipn_callback.rake
101
100
  - lib/tasks/nimbleshop_paypalwp_tasks.rake
@@ -112,12 +111,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
112
111
  - - ! '>='
113
112
  - !ruby/object:Gem::Version
114
113
  version: '0'
114
+ segments:
115
+ - 0
116
+ hash: -4184396096324214564
115
117
  required_rubygems_version: !ruby/object:Gem::Requirement
116
118
  none: false
117
119
  requirements:
118
- - - ! '>'
120
+ - - ! '>='
119
121
  - !ruby/object:Gem::Version
120
- version: 1.3.1
122
+ version: '0'
123
+ segments:
124
+ - 0
125
+ hash: -4184396096324214564
121
126
  requirements: []
122
127
  rubyforge_project:
123
128
  rubygems_version: 1.8.24
@@ -1,3 +0,0 @@
1
- module NimbleshopPaypalwp
2
- VERSION = "0.0.1"
3
- end