play_billing_validator 0.0.1 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,7 +14,7 @@ A public key for your Android app's in app billing. Get it from the Google Play
14
14
 
15
15
  ##Usage
16
16
 
17
- Implement the In-app Billing v3 in your Android app:
17
+ Implement the In-app Billing in your Android app:
18
18
 
19
19
  String data = data.getStringExtra(RESPONSE_INAPP_PURCHASE_DATA);
20
20
  String signature = data.getStringExtra(RESPONSE_INAPP_SIGNATURE);
@@ -1,5 +1,5 @@
1
1
  module PlayBilling
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.3"
3
3
  end
4
4
 
5
5
  require 'play_billing/transaction'
@@ -19,6 +19,4 @@ Gem::Specification.new do |s|
19
19
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
20
20
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
21
21
  s.require_paths = ["lib"]
22
-
23
- s.add_dependency('multi_json', '>= 1.3.4')
24
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: play_billing_validator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,23 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
  date: 2013-03-22 00:00:00.000000000 Z
13
- dependencies:
14
- - !ruby/object:Gem::Dependency
15
- name: multi_json
16
- requirement: !ruby/object:Gem::Requirement
17
- none: false
18
- requirements:
19
- - - ! '>='
20
- - !ruby/object:Gem::Version
21
- version: 1.3.4
22
- type: :runtime
23
- prerelease: false
24
- version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
- requirements:
27
- - - ! '>='
28
- - !ruby/object:Gem::Version
29
- version: 1.3.4
13
+ dependencies: []
30
14
  description: Validates Google Play In-app Billing transactions
31
15
  email:
32
16
  - amromousa@gmail.com