shopify_app 0.1.4 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +3 -3
- data/lib/shopify_app/version.rb +1 -1
- metadata +5 -5
data/README.rdoc
CHANGED
@@ -2,12 +2,12 @@
|
|
2
2
|
|
3
3
|
== Description
|
4
4
|
|
5
|
-
This
|
5
|
+
This gem makes it easy to get a Rails 3 app up and running with the
|
6
6
|
Shopify API.
|
7
7
|
|
8
8
|
The generator creates a basic login controller for authenticating with your
|
9
|
-
shop and a
|
10
|
-
|
9
|
+
shop and a HomeController which displays basic information about your
|
10
|
+
products, orders and articles.
|
11
11
|
|
12
12
|
<i>Note: It's recommended to use this on a new Rails project, so that the
|
13
13
|
generator won't overwrite/delete some of your files.</i>
|
data/lib/shopify_app/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: shopify_app
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 23
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
|
-
- 0
|
8
7
|
- 1
|
9
|
-
-
|
10
|
-
|
8
|
+
- 0
|
9
|
+
- 0
|
10
|
+
version: 1.0.0
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Shopify
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-03-
|
18
|
+
date: 2011-03-12 00:00:00 -05:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|