softwear-lib 1.2.7 → 1.2.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/softwear-deploy +6 -0
- data/lib/softwear/lib/version.rb +1 -1
- data/lib/softwear/lib.rb +0 -2
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0471137d2996f230c89effa83227e64ae19edb5d
|
4
|
+
data.tar.gz: 35c0caedd7bc15adb3de9367229ccc2fd519105a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aed6fc3393869183619e60f2fdc7f352e8774c3caf25b6146da9701fcb655b836c6e0e6f41cb35a7aa14dd5cf35a98302e9a6a1647eefdb30e1fe0a004b77429
|
7
|
+
data.tar.gz: c9a0deb4d94caf6a9f346957dd35e4ffe2b519abf67fbaffcabfe39ea60f672934cfecd4bb87033b4276c023523df2f899b0be4d6683e611c9e934c1192a7a5d
|
data/bin/softwear-deploy
ADDED
data/lib/softwear/lib/version.rb
CHANGED
data/lib/softwear/lib.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: softwear-lib
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nigel Baillie
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-08-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -71,6 +71,7 @@ email:
|
|
71
71
|
- nigel@annarbortees.com
|
72
72
|
executables:
|
73
73
|
- softwear
|
74
|
+
- softwear-deploy
|
74
75
|
extensions: []
|
75
76
|
extra_rdoc_files: []
|
76
77
|
files:
|
@@ -81,6 +82,7 @@ files:
|
|
81
82
|
- README.md
|
82
83
|
- Rakefile
|
83
84
|
- bin/softwear
|
85
|
+
- bin/softwear-deploy
|
84
86
|
- lib/softwear/lib.rb
|
85
87
|
- lib/softwear/lib/spec.rb
|
86
88
|
- lib/softwear/lib/version.rb
|
@@ -106,7 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
106
108
|
version: '0'
|
107
109
|
requirements: []
|
108
110
|
rubyforge_project:
|
109
|
-
rubygems_version: 2.4.
|
111
|
+
rubygems_version: 2.4.8
|
110
112
|
signing_key:
|
111
113
|
specification_version: 4
|
112
114
|
summary: Common gems and logic for all softwear apps.
|