active_merchant_payu_india 0.0.2 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
  require "active_merchant/payu_in/version"
4
4
 
5
5
  Gem::Specification.new do |s|
6
- s.name = "active_merchant_payu_in"
6
+ s.name = "active_merchant_payu_india"
7
7
  s.version = ActiveMerchant::Billing::Integrations::PayuIn::VERSION
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Ram Singla"]
@@ -9,9 +9,9 @@ module ActiveMerchant
9
9
  module VERSION
10
10
  extend Comparable
11
11
 
12
- MAJOR = 0
12
+ MAJOR = 1
13
13
  MINOR = 0
14
- TINY = 2
14
+ TINY = 0
15
15
  SIGNATURE = [MAJOR, MINOR, TINY]
16
16
  STRING = SIGNATURE.join '.'
17
17
 
@@ -1,5 +1,5 @@
1
- require 'active_merchant_payu_in'
1
+ require 'active_merchant_payu_india'
2
2
 
3
- describe ActiveMerchantPayuIn do
3
+ describe ActiveMerchant::Billing::Integrations::PayuIn do
4
4
  it "should behave"
5
5
  end
metadata CHANGED
@@ -3,10 +3,10 @@ name: active_merchant_payu_india
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
+ - 1
6
7
  - 0
7
8
  - 0
8
- - 2
9
- version: 0.0.2
9
+ version: 1.0.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ram Singla
@@ -59,13 +59,13 @@ files:
59
59
  - License
60
60
  - README.md
61
61
  - Rakefile
62
- - active_merchant_payu_in.gemspec
62
+ - active_merchant_payu_india.gemspec
63
63
  - lib/active_merchant/payu_in/helper.rb
64
64
  - lib/active_merchant/payu_in/notification.rb
65
65
  - lib/active_merchant/payu_in/return.rb
66
66
  - lib/active_merchant/payu_in/version.rb
67
67
  - lib/active_merchant/payu_in/web_service.rb
68
- - lib/active_merchant_payu_in.rb
68
+ - lib/active_merchant_payu_india.rb
69
69
  - lib/php_serialize.rb
70
70
  - spec/active_merchant_payu_in_spec.rb
71
71
  has_rdoc: true