play_billing_validator 0.0.1 → 0.0.3
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.
- data/README.markdown +1 -1
- data/lib/play_billing.rb +1 -1
- data/play_billing_validator.gemspec +0 -2
- metadata +2 -18
data/README.markdown
CHANGED
|
@@ -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
|
|
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);
|
data/lib/play_billing.rb
CHANGED
|
@@ -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.
|
|
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
|