shopqi-app-webhook 0.1.0 → 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/app/models/shop.rb
ADDED
@@ -3,7 +3,9 @@ module ShopQiAppWebhook
|
|
3
3
|
isolate_namespace ShopQiAppWebhook
|
4
4
|
engine_name 'shopqi_app_webhook'
|
5
5
|
|
6
|
-
|
6
|
+
def models_dir
|
7
|
+
root.join 'app', 'models'
|
8
|
+
end
|
7
9
|
|
8
10
|
initializer "shopqi_app_webhook.routes" do
|
9
11
|
ShopQiAppWebhook::Rails::Routes.install
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: shopqi-app-webhook
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-07-
|
12
|
+
date: 2012-07-18 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -34,7 +34,7 @@ dependencies:
|
|
34
34
|
requirements:
|
35
35
|
- - ~>
|
36
36
|
- !ruby/object:Gem::Version
|
37
|
-
version: 0.2.
|
37
|
+
version: 0.2.5
|
38
38
|
type: :runtime
|
39
39
|
prerelease: false
|
40
40
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -42,7 +42,7 @@ dependencies:
|
|
42
42
|
requirements:
|
43
43
|
- - ~>
|
44
44
|
- !ruby/object:Gem::Version
|
45
|
-
version: 0.2.
|
45
|
+
version: 0.2.5
|
46
46
|
- !ruby/object:Gem::Dependency
|
47
47
|
name: resque
|
48
48
|
requirement: !ruby/object:Gem::Requirement
|
@@ -149,7 +149,7 @@ files:
|
|
149
149
|
- app/helpers/shopqi_app_webhook/application_helper.rb
|
150
150
|
- app/controllers/shopqi_app_webhook/application_controller.rb
|
151
151
|
- app/controllers/shopqi_app_webhook/webhook_controller.rb
|
152
|
-
- app/
|
152
|
+
- app/models/shop.rb
|
153
153
|
- app/assets/javascripts/shopqi_app_webhook/application.js
|
154
154
|
- app/assets/stylesheets/shopqi_app_webhook/application.css
|
155
155
|
- app/views/layouts/shopqi_app_webhook/application.html.erb
|
@@ -182,7 +182,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
182
182
|
version: '0'
|
183
183
|
segments:
|
184
184
|
- 0
|
185
|
-
hash: -
|
185
|
+
hash: -59883743
|
186
186
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
187
187
|
none: false
|
188
188
|
requirements:
|
@@ -191,7 +191,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
191
191
|
version: '0'
|
192
192
|
segments:
|
193
193
|
- 0
|
194
|
-
hash: -
|
194
|
+
hash: -59883743
|
195
195
|
requirements: []
|
196
196
|
rubyforge_project:
|
197
197
|
rubygems_version: 1.8.24
|