siteleaf 0.9.20 → 0.9.21
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 +5 -1
- data/lib/siteleaf/version.rb +1 -1
- data/siteleaf.gemspec +1 -1
- metadata +21 -13
- checksums.yaml +0 -7
data/README.md
CHANGED
|
@@ -21,7 +21,7 @@ Testing sites locally
|
|
|
21
21
|
|
|
22
22
|
The Siteleaf gem allows you to test and develop your sites locally. If using [Pow](http://pow.cx) or [Anvil](http://anvilformac.com), your local website will be automatically set up and can be accessed at `http://yoursite.dev`.
|
|
23
23
|
|
|
24
|
-
**(Optional) Install Pow for extra goodness:**
|
|
24
|
+
**(Optional, Mac-only) Install Pow for extra goodness:**
|
|
25
25
|
|
|
26
26
|
curl get.pow.cx | sh
|
|
27
27
|
|
|
@@ -62,6 +62,10 @@ To download your theme (or the default theme for new sites) from Siteleaf, run t
|
|
|
62
62
|
To upload your theme to Siteleaf, run the following command:
|
|
63
63
|
|
|
64
64
|
siteleaf push theme
|
|
65
|
+
|
|
66
|
+
To switch Siteleaf users or re-authenticate:
|
|
67
|
+
|
|
68
|
+
siteleaf auth
|
|
65
69
|
|
|
66
70
|
|
|
67
71
|
Using this gem in your application
|
data/lib/siteleaf/version.rb
CHANGED
data/siteleaf.gemspec
CHANGED
|
@@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
|
|
|
16
16
|
gem.required_ruby_version = '>= 1.8'
|
|
17
17
|
|
|
18
18
|
gem.add_dependency 'httparty', '<= 0.11'
|
|
19
|
-
gem.add_dependency 'httmultiparty'
|
|
19
|
+
gem.add_dependency 'httmultiparty', '<= 0.3.12'
|
|
20
20
|
gem.add_dependency 'rack'
|
|
21
21
|
|
|
22
22
|
gem.files = `git ls-files`.split($/)
|
metadata
CHANGED
|
@@ -1,18 +1,20 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: siteleaf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.21
|
|
5
|
+
prerelease:
|
|
5
6
|
platform: ruby
|
|
6
7
|
authors:
|
|
7
8
|
- Siteleaf
|
|
8
9
|
autorequire:
|
|
9
10
|
bindir: bin
|
|
10
11
|
cert_chain: []
|
|
11
|
-
date:
|
|
12
|
+
date: 2014-04-01 00:00:00.000000000 Z
|
|
12
13
|
dependencies:
|
|
13
14
|
- !ruby/object:Gem::Dependency
|
|
14
15
|
name: httparty
|
|
15
16
|
requirement: !ruby/object:Gem::Requirement
|
|
17
|
+
none: false
|
|
16
18
|
requirements:
|
|
17
19
|
- - <=
|
|
18
20
|
- !ruby/object:Gem::Version
|
|
@@ -20,6 +22,7 @@ dependencies:
|
|
|
20
22
|
type: :runtime
|
|
21
23
|
prerelease: false
|
|
22
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
+
none: false
|
|
23
26
|
requirements:
|
|
24
27
|
- - <=
|
|
25
28
|
- !ruby/object:Gem::Version
|
|
@@ -27,29 +30,33 @@ dependencies:
|
|
|
27
30
|
- !ruby/object:Gem::Dependency
|
|
28
31
|
name: httmultiparty
|
|
29
32
|
requirement: !ruby/object:Gem::Requirement
|
|
33
|
+
none: false
|
|
30
34
|
requirements:
|
|
31
|
-
- -
|
|
35
|
+
- - <=
|
|
32
36
|
- !ruby/object:Gem::Version
|
|
33
|
-
version:
|
|
37
|
+
version: 0.3.12
|
|
34
38
|
type: :runtime
|
|
35
39
|
prerelease: false
|
|
36
40
|
version_requirements: !ruby/object:Gem::Requirement
|
|
41
|
+
none: false
|
|
37
42
|
requirements:
|
|
38
|
-
- -
|
|
43
|
+
- - <=
|
|
39
44
|
- !ruby/object:Gem::Version
|
|
40
|
-
version:
|
|
45
|
+
version: 0.3.12
|
|
41
46
|
- !ruby/object:Gem::Dependency
|
|
42
47
|
name: rack
|
|
43
48
|
requirement: !ruby/object:Gem::Requirement
|
|
49
|
+
none: false
|
|
44
50
|
requirements:
|
|
45
|
-
- - '>='
|
|
51
|
+
- - ! '>='
|
|
46
52
|
- !ruby/object:Gem::Version
|
|
47
53
|
version: '0'
|
|
48
54
|
type: :runtime
|
|
49
55
|
prerelease: false
|
|
50
56
|
version_requirements: !ruby/object:Gem::Requirement
|
|
57
|
+
none: false
|
|
51
58
|
requirements:
|
|
52
|
-
- - '>='
|
|
59
|
+
- - ! '>='
|
|
53
60
|
- !ruby/object:Gem::Version
|
|
54
61
|
version: '0'
|
|
55
62
|
description: A Ruby interface and command line utility for the Siteleaf API.
|
|
@@ -81,25 +88,26 @@ files:
|
|
|
81
88
|
homepage: http://siteleaf.com
|
|
82
89
|
licenses:
|
|
83
90
|
- MIT
|
|
84
|
-
metadata: {}
|
|
85
91
|
post_install_message:
|
|
86
92
|
rdoc_options: []
|
|
87
93
|
require_paths:
|
|
88
94
|
- lib
|
|
89
95
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
96
|
+
none: false
|
|
90
97
|
requirements:
|
|
91
|
-
- - '>='
|
|
98
|
+
- - ! '>='
|
|
92
99
|
- !ruby/object:Gem::Version
|
|
93
100
|
version: '1.8'
|
|
94
101
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
102
|
+
none: false
|
|
95
103
|
requirements:
|
|
96
|
-
- - '>='
|
|
104
|
+
- - ! '>='
|
|
97
105
|
- !ruby/object:Gem::Version
|
|
98
106
|
version: '0'
|
|
99
107
|
requirements: []
|
|
100
108
|
rubyforge_project:
|
|
101
|
-
rubygems_version:
|
|
109
|
+
rubygems_version: 1.8.23
|
|
102
110
|
signing_key:
|
|
103
|
-
specification_version:
|
|
111
|
+
specification_version: 3
|
|
104
112
|
summary: Siteleaf Ruby interface
|
|
105
113
|
test_files: []
|
checksums.yaml
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
SHA1:
|
|
3
|
-
metadata.gz: 512564e406115d0e6addfaebf8fc70ec317c3c6a
|
|
4
|
-
data.tar.gz: ae21bd07ca19acd5bb45e36960e7e91bb97d6379
|
|
5
|
-
SHA512:
|
|
6
|
-
metadata.gz: 6f0fe44b43596f7e8944314df294516edd96900520f4cc45b69f87bab7dc1513da38ab86513b0a519aed387ba72ea76e68a78e1e720aa123f369f7ad812a48b1
|
|
7
|
-
data.tar.gz: dd3042cf411e2973db720ad6c0f85a2007fa34fbff64ba83e30cd5380a4ad6595f64a7d68a2d68a391493c9fd6c686d75b74f83f404218b11a93c49fbc85b8a8
|