open_market 1.0 → 1.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.
- data/README.md +3 -3
- metadata +5 -5
data/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
OpenMarket integration kit
|
|
2
2
|
===========================
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
OpenMarket integration kit is intended to help working with the OpenMarket API
|
|
5
5
|
from your Ruby applications.
|
|
6
6
|
|
|
7
|
-
To use the kit, you need to be a registered user of
|
|
7
|
+
To use the kit, you need to be a registered user of OpenMarket (http://openmarket.com)
|
|
8
8
|
and have Account ID and Account Password.
|
|
9
9
|
|
|
10
10
|
|
metadata
CHANGED
|
@@ -4,8 +4,8 @@ version: !ruby/object:Gem::Version
|
|
|
4
4
|
prerelease: false
|
|
5
5
|
segments:
|
|
6
6
|
- 1
|
|
7
|
-
-
|
|
8
|
-
version: "1.
|
|
7
|
+
- 1
|
|
8
|
+
version: "1.1"
|
|
9
9
|
platform: ruby
|
|
10
10
|
authors:
|
|
11
11
|
- Aleksey Gureiev
|
|
@@ -13,11 +13,11 @@ autorequire:
|
|
|
13
13
|
bindir: bin
|
|
14
14
|
cert_chain: []
|
|
15
15
|
|
|
16
|
-
date: 2010-08-
|
|
16
|
+
date: 2010-08-18 00:00:00 +03:00
|
|
17
17
|
default_executable:
|
|
18
18
|
dependencies: []
|
|
19
19
|
|
|
20
|
-
description:
|
|
20
|
+
description: OpenMarket integration kit
|
|
21
21
|
email: spyromus@noizeramp.com
|
|
22
22
|
executables: []
|
|
23
23
|
|
|
@@ -63,6 +63,6 @@ rubyforge_project: open_market
|
|
|
63
63
|
rubygems_version: 1.3.6
|
|
64
64
|
signing_key:
|
|
65
65
|
specification_version: 3
|
|
66
|
-
summary:
|
|
66
|
+
summary: OpenMarket integration kit
|
|
67
67
|
test_files:
|
|
68
68
|
- spec/unit/open_market/response_spec.rb
|