shopify_app 2.1.0 → 2.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.
@@ -1,8 +1,8 @@
1
- = Shopify application generator for Rails 3.1
1
+ = Shopify application generator for Rails 3.2
2
2
 
3
3
  == Description
4
4
 
5
- This gem makes it easy to get a Rails 3.1 app up and running with the
5
+ This gem makes it easy to get a Rails 3.2 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
@@ -51,7 +51,7 @@ shop, you're ready to start experimenting with the Shopify API.
51
51
 
52
52
  == Rails 3.0 Support
53
53
 
54
- Rails 3.0 is supported on a branch of our github repo: https://github.com/Shopify/shopify_app/tree/rails_3.0_support
54
+ Rails 3.0 (as in before the big changes in 3.1) is supported on a branch of our github repo: https://github.com/Shopify/shopify_app/tree/rails_3.0_support
55
55
 
56
56
  == Questions or problems?
57
57
 
@@ -35,7 +35,7 @@ a { color:$col-blue;
35
35
 
36
36
  .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
37
37
  background-color:$col-blue !important;
38
- [class^="icon-"] { background-image: url('../assets/glyphicons-halflings-white.png');}
38
+ [class^="icon-"] { background-image: url('/assets/twitter/bootstrap/glyphicons-halflings-white.png');}
39
39
  }
40
40
 
41
41
  .container {
@@ -47,9 +47,9 @@ a { color:$col-blue;
47
47
 
48
48
  .content { min-height: 500px;}
49
49
 
50
- [class^="icon-"] { background-image: url('../assets/glyphicons-halflings.png');}
50
+ [class^="icon-"] { background-image: url('/assets/twitter/bootstrap/glyphicons-halflings.png');}
51
51
 
52
- .icon-white { background-image: url('../assets/glyphicons-halflings-white.png');}
52
+ .icon-white { background-image: url('/assets/twitter/bootstrap/glyphicons-halflings-white.png');}
53
53
 
54
54
  .navbar {
55
55
  .brand { color: #fff;}
@@ -135,7 +135,7 @@ h1,h2 { letter-spacing:-1px;}
135
135
  .jumbotron { background: #222; margin:-20px -20px 20px -20px; position: relative;}
136
136
  .jumbotron h1 { font-size: 54px; line-height: 1; text-shadow: 0 1px 2px rgba(0, 0, 0, .5);}
137
137
  .jumbotron h1, .jumbotron p { margin-right:0; margin-bottom: 9px; color: #fff; text-align: center; text-shadow: 0 1px 1px rgba(0, 0, 0, .3);}
138
- .jumbotron .inner { background: transparent url('../assets/grid-18px.png') top center; padding: 45px 0;
138
+ .jumbotron .inner { background: transparent url('/assets/grid-18px.png') top center; padding: 45px 0;
139
139
  -webkit-box-shadow: inset 0 -20px 300px rgba(0,0,0,.4); -moz-box-shadow: inset 0 -20px 300px rgba(0,0,0,.4);}
140
140
 
141
141
  @media (max-width: 480px) {
@@ -57,7 +57,7 @@
57
57
  // Set the backgrounds
58
58
  // -------------------------
59
59
  .btn-primary {
60
- .buttonBackground(@primaryButtonBackground, spin(@primaryButtonBackground, 20));
60
+ .buttonBackground(@shopifyBtnBackground, spin(@shopifyBtnBackground, 20));
61
61
  }
62
62
  // Warning appears are orange
63
63
  .btn-warning {
@@ -1,3 +1,3 @@
1
1
  module ShopifyApp
2
- VERSION = "2.1.0"
2
+ VERSION = "2.1.1"
3
3
  end
metadata CHANGED
@@ -1,61 +1,73 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: shopify_app
3
- version: !ruby/object:Gem::Version
3
+ version: !ruby/object:Gem::Version
4
+ version: 2.1.1
4
5
  prerelease:
5
- version: 2.1.0
6
6
  platform: ruby
7
- authors:
7
+ authors:
8
8
  - Shopify
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
-
13
- date: 2012-02-22 00:00:00 Z
14
- dependencies:
15
- - !ruby/object:Gem::Dependency
12
+ date: 2012-03-28 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
16
15
  name: rails
17
- prerelease: false
18
- requirement: &id001 !ruby/object:Gem::Requirement
16
+ requirement: !ruby/object:Gem::Requirement
19
17
  none: false
20
- requirements:
18
+ requirements:
21
19
  - - ~>
22
- - !ruby/object:Gem::Version
23
- version: "3.1"
20
+ - !ruby/object:Gem::Version
21
+ version: '3.1'
24
22
  type: :runtime
25
- version_requirements: *id001
26
- - !ruby/object:Gem::Dependency
27
- name: shopify_api
28
23
  prerelease: false
29
- requirement: &id002 !ruby/object:Gem::Requirement
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ~>
28
+ - !ruby/object:Gem::Version
29
+ version: '3.1'
30
+ - !ruby/object:Gem::Dependency
31
+ name: shopify_api
32
+ requirement: !ruby/object:Gem::Requirement
30
33
  none: false
31
- requirements:
32
- - - ">="
33
- - !ruby/object:Gem::Version
34
- version: "0"
34
+ requirements:
35
+ - - ! '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
35
38
  type: :runtime
36
- version_requirements: *id002
37
- - !ruby/object:Gem::Dependency
38
- name: rake
39
39
  prerelease: false
40
- requirement: &id003 !ruby/object:Gem::Requirement
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
46
+ - !ruby/object:Gem::Dependency
47
+ name: rake
48
+ requirement: !ruby/object:Gem::Requirement
41
49
  none: false
42
- requirements:
43
- - - ">="
44
- - !ruby/object:Gem::Version
45
- version: "0"
50
+ requirements:
51
+ - - ! '>='
52
+ - !ruby/object:Gem::Version
53
+ version: '0'
46
54
  type: :development
47
- version_requirements: *id003
48
- description: Creates a basic login controller for authenticating with your Shop and also a product controller which lets your edit your products easily.
49
- email:
55
+ prerelease: false
56
+ version_requirements: !ruby/object:Gem::Requirement
57
+ none: false
58
+ requirements:
59
+ - - ! '>='
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ description: Creates a basic login controller for authenticating with your Shop and
63
+ also a product controller which lets your edit your products easily.
64
+ email:
50
65
  - edward@shopify.com
51
66
  - willem@shopify.com
52
67
  executables: []
53
-
54
68
  extensions: []
55
-
56
69
  extra_rdoc_files: []
57
-
58
- files:
70
+ files:
59
71
  - .gitignore
60
72
  - CHANGELOG
61
73
  - Gemfile
@@ -74,7 +86,7 @@ files:
74
86
  - lib/generators/shopify_app/templates/app/assets/javascripts/application.js
75
87
  - lib/generators/shopify_app/templates/app/assets/stylesheets/application.css
76
88
  - lib/generators/shopify_app/templates/app/assets/stylesheets/imports.css.less
77
- - lib/generators/shopify_app/templates/app/assets/stylesheets/shopify_app.scss
89
+ - lib/generators/shopify_app/templates/app/assets/stylesheets/shopify_app.css.scss
78
90
  - lib/generators/shopify_app/templates/app/assets/stylesheets/shopify_app_buttons.css.less
79
91
  - lib/generators/shopify_app/templates/app/controllers/home_controller.rb
80
92
  - lib/generators/shopify_app/templates/app/controllers/login_controller.rb
@@ -101,30 +113,26 @@ files:
101
113
  - shopify_app.gemspec
102
114
  homepage: http://www.shopify.com/developers
103
115
  licenses: []
104
-
105
116
  post_install_message:
106
117
  rdoc_options: []
107
-
108
- require_paths:
118
+ require_paths:
109
119
  - lib
110
- required_ruby_version: !ruby/object:Gem::Requirement
120
+ required_ruby_version: !ruby/object:Gem::Requirement
111
121
  none: false
112
- requirements:
113
- - - ">="
114
- - !ruby/object:Gem::Version
115
- version: "0"
116
- required_rubygems_version: !ruby/object:Gem::Requirement
122
+ requirements:
123
+ - - ! '>='
124
+ - !ruby/object:Gem::Version
125
+ version: '0'
126
+ required_rubygems_version: !ruby/object:Gem::Requirement
117
127
  none: false
118
- requirements:
119
- - - ">="
120
- - !ruby/object:Gem::Version
121
- version: "0"
128
+ requirements:
129
+ - - ! '>='
130
+ - !ruby/object:Gem::Version
131
+ version: '0'
122
132
  requirements: []
123
-
124
133
  rubyforge_project: shopify-api
125
- rubygems_version: 1.8.16
134
+ rubygems_version: 1.8.19
126
135
  signing_key:
127
136
  specification_version: 3
128
137
  summary: This gem is used to get quickly started with the Shopify API
129
138
  test_files: []
130
-