shopify_theme 0.0.13 → 0.0.14
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 +0 -16
- data/lib/shopify_theme/version.rb +1 -1
- data/shopify_theme.gemspec +1 -1
- metadata +6 -6
data/README.md
CHANGED
|
@@ -69,22 +69,6 @@ theme open
|
|
|
69
69
|
|
|
70
70
|
# Common Problems
|
|
71
71
|
|
|
72
|
-
### During the installation of the gem or when trying to use the gem I am encountering the following error
|
|
73
|
-
|
|
74
|
-
`Unable to activate httparty-0.12.0, because json-1.5.4 conflicts with json (~> 1.8) (Gem::LoadError)
|
|
75
|
-
from /Users/Luke/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb:747:in `activate'`
|
|
76
|
-
|
|
77
|
-
Your globally installed JSON gem is a newer version than what is required for `shopify_theme`. You can get around this
|
|
78
|
-
problem by creating a Gemfile in your theme folder as follows:
|
|
79
|
-
|
|
80
|
-
```ruby
|
|
81
|
-
source 'https://rubygems.org'
|
|
82
|
-
|
|
83
|
-
gem 'shopify_theme'
|
|
84
|
-
```
|
|
85
|
-
|
|
86
|
-
Write `bundle install` and then `bundle exex` to allow the newly created Gemfile to sort out the JSON discrepancy.
|
|
87
|
-
|
|
88
72
|
### When trying to run `theme watch` on Windows the application crashes with a gross stack trace
|
|
89
73
|
|
|
90
74
|
The gem doesn't install one of the dependencies you need in order to use this gem correctly on Windows. You
|
data/shopify_theme.gemspec
CHANGED
|
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
|
|
|
15
15
|
|
|
16
16
|
s.rubyforge_project = "shopify_theme"
|
|
17
17
|
s.add_dependency("thor", [">= 0.14.4"])
|
|
18
|
-
s.add_dependency("httparty", "~> 0.
|
|
18
|
+
s.add_dependency("httparty", "~> 0.10.0")
|
|
19
19
|
s.add_dependency("json", "~> 1.5.4")
|
|
20
20
|
s.add_dependency("listen", "~>2.0")
|
|
21
21
|
s.add_dependency("launchy")
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: shopify_theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.14
|
|
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: 2013-11-
|
|
12
|
+
date: 2013-11-26 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: thor
|
|
@@ -34,7 +34,7 @@ dependencies:
|
|
|
34
34
|
requirements:
|
|
35
35
|
- - ~>
|
|
36
36
|
- !ruby/object:Gem::Version
|
|
37
|
-
version:
|
|
37
|
+
version: 0.10.0
|
|
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:
|
|
45
|
+
version: 0.10.0
|
|
46
46
|
- !ruby/object:Gem::Dependency
|
|
47
47
|
name: json
|
|
48
48
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -162,7 +162,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
162
162
|
version: '0'
|
|
163
163
|
segments:
|
|
164
164
|
- 0
|
|
165
|
-
hash: -
|
|
165
|
+
hash: -344329295272915207
|
|
166
166
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
167
167
|
none: false
|
|
168
168
|
requirements:
|
|
@@ -171,7 +171,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
171
171
|
version: '0'
|
|
172
172
|
segments:
|
|
173
173
|
- 0
|
|
174
|
-
hash: -
|
|
174
|
+
hash: -344329295272915207
|
|
175
175
|
requirements: []
|
|
176
176
|
rubyforge_project: shopify_theme
|
|
177
177
|
rubygems_version: 1.8.23
|