guard-shopify 0.0.1 → 0.0.2
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/guard-shopify.gemspec +2 -2
- data/lib/guard/shopify/version.rb +1 -1
- metadata +10 -10
data/guard-shopify.gemspec
CHANGED
@@ -7,8 +7,8 @@ Gem::Specification.new do |s|
|
|
7
7
|
s.version = Guard::Shopify::VERSION
|
8
8
|
s.platform = Gem::Platform::RUBY
|
9
9
|
s.authors = ["Jonan Scheffler"]
|
10
|
-
s.email = ["jonanscheffler+
|
11
|
-
s.homepage = "
|
10
|
+
s.email = ["jonanscheffler+rubygems@gmail.com"]
|
11
|
+
s.homepage = "https://github.com/1337807/guard-shopify"
|
12
12
|
s.summary = "Gem to upload Shopify template modifications."
|
13
13
|
s.description = %q{This gem allows guard to watch a Shopify template directory for changes and then upload them immediately to Shopify using their API.}
|
14
14
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: guard-shopify
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,11 +9,11 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-01-
|
12
|
+
date: 2012-01-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: guard
|
16
|
-
requirement: &
|
16
|
+
requirement: &70286699669020 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,10 +21,10 @@ dependencies:
|
|
21
21
|
version: 0.10.0
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70286699669020
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: shopify_api
|
27
|
-
requirement: &
|
27
|
+
requirement: &70286699668200 !ruby/object:Gem::Requirement
|
28
28
|
none: false
|
29
29
|
requirements:
|
30
30
|
- - ~>
|
@@ -32,10 +32,10 @@ dependencies:
|
|
32
32
|
version: 2.2.0
|
33
33
|
type: :runtime
|
34
34
|
prerelease: false
|
35
|
-
version_requirements: *
|
35
|
+
version_requirements: *70286699668200
|
36
36
|
- !ruby/object:Gem::Dependency
|
37
37
|
name: ptools
|
38
|
-
requirement: &
|
38
|
+
requirement: &70286699667720 !ruby/object:Gem::Requirement
|
39
39
|
none: false
|
40
40
|
requirements:
|
41
41
|
- - ~>
|
@@ -43,11 +43,11 @@ dependencies:
|
|
43
43
|
version: 1.2.1
|
44
44
|
type: :runtime
|
45
45
|
prerelease: false
|
46
|
-
version_requirements: *
|
46
|
+
version_requirements: *70286699667720
|
47
47
|
description: This gem allows guard to watch a Shopify template directory for changes
|
48
48
|
and then upload them immediately to Shopify using their API.
|
49
49
|
email:
|
50
|
-
- jonanscheffler+
|
50
|
+
- jonanscheffler+rubygems@gmail.com
|
51
51
|
executables: []
|
52
52
|
extensions: []
|
53
53
|
extra_rdoc_files: []
|
@@ -62,7 +62,7 @@ files:
|
|
62
62
|
- lib/guard/shopify.rb
|
63
63
|
- lib/guard/shopify/templates/Guardfile
|
64
64
|
- lib/guard/shopify/version.rb
|
65
|
-
homepage:
|
65
|
+
homepage: https://github.com/1337807/guard-shopify
|
66
66
|
licenses: []
|
67
67
|
post_install_message:
|
68
68
|
rdoc_options: []
|