app_fog 1.0.6 → 1.0.7
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.
- checksums.yaml +7 -0
- data/app_fog.gemspec +1 -1
- metadata +13 -17
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: da883f45ad57d6911c0043c037f202686d67486f
|
4
|
+
data.tar.gz: 0f70799cfae3577f3fa7bf82bdec50539c706bb2
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: bc9da38008569616f8e1e01e918868884cf28a0958f3bb3d9c57f9f45757464de059b9ba9fe41b8bc5ff13e02b48ba05ada887976de5555634c0f4d6d972c53a
|
7
|
+
data.tar.gz: db8bc86a0e8a5fa7a5cf863baab810a3fd80e9348ca10c3cbcc0636d641d48ea22a89c1a55e8b5c9cd4f5ea24fc9e7edce55446fa174400c8e0f83d0e36ae017
|
data/app_fog.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'app_fog'
|
3
|
-
s.version = '1.0.
|
3
|
+
s.version = '1.0.7'
|
4
4
|
s.date = '2013-06-12'
|
5
5
|
s.summary = "A wrapper for the app fog command line interface."
|
6
6
|
s.description = "Wrapping the app fog CLI into a gem to help you deploy more easily.
|
metadata
CHANGED
@@ -1,11 +1,10 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: app_fog
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
5
|
-
prerelease:
|
4
|
+
version: 1.0.7
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
|
-
-
|
7
|
+
- '@ruby_gem'
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
@@ -14,23 +13,21 @@ dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: af
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
16
|
requirements:
|
19
|
-
- -
|
17
|
+
- - '>='
|
20
18
|
- !ruby/object:Gem::Version
|
21
19
|
version: '0'
|
22
20
|
type: :runtime
|
23
21
|
prerelease: false
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
-
none: false
|
26
23
|
requirements:
|
27
|
-
- -
|
24
|
+
- - '>='
|
28
25
|
- !ruby/object:Gem::Version
|
29
26
|
version: '0'
|
30
|
-
description:
|
31
|
-
|
32
|
-
|
33
|
-
|
27
|
+
description: |-
|
28
|
+
Wrapping the app fog CLI into a gem to help you deploy more easily.
|
29
|
+
Don't forget to install the af CLI using 'gem install af'. You can only update and start at the moment.
|
30
|
+
Tweet @ruby_gem if you want more, or fork the code.
|
34
31
|
email: gemma.cameron@gmail.com
|
35
32
|
executables: []
|
36
33
|
extensions: []
|
@@ -47,27 +44,26 @@ files:
|
|
47
44
|
- test/test_shell_command_wrapper.rb
|
48
45
|
homepage: http://rubygems.org/gems/app_fog
|
49
46
|
licenses: []
|
47
|
+
metadata: {}
|
50
48
|
post_install_message:
|
51
49
|
rdoc_options: []
|
52
50
|
require_paths:
|
53
51
|
- lib
|
54
52
|
required_ruby_version: !ruby/object:Gem::Requirement
|
55
|
-
none: false
|
56
53
|
requirements:
|
57
|
-
- -
|
54
|
+
- - '>='
|
58
55
|
- !ruby/object:Gem::Version
|
59
56
|
version: '0'
|
60
57
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
61
|
-
none: false
|
62
58
|
requirements:
|
63
|
-
- -
|
59
|
+
- - '>='
|
64
60
|
- !ruby/object:Gem::Version
|
65
61
|
version: '0'
|
66
62
|
requirements: []
|
67
63
|
rubyforge_project:
|
68
|
-
rubygems_version:
|
64
|
+
rubygems_version: 2.0.3
|
69
65
|
signing_key:
|
70
|
-
specification_version:
|
66
|
+
specification_version: 4
|
71
67
|
summary: A wrapper for the app fog command line interface.
|
72
68
|
test_files:
|
73
69
|
- test/test_app_fog.rb
|