stairs 0.4.1 → 0.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/stairs/version.rb +1 -1
- data/stairs.gemspec +2 -2
- metadata +6 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dec9fd2bdccded9eacffcd67da756dea35293ba0
|
4
|
+
data.tar.gz: 84608f9052e256e3cad955b4e413ee5157e42370
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 809edea5ecec10ba6e986985f3c2d7ed5ba9501dc00c4af81b7cebad5992e3641410bbf67fac6a1d874114de82ab8d4e0b3ff238abe19914f3ec40cfcf1274ed
|
7
|
+
data.tar.gz: dcd4ab32f237f0ee42ada35dfadf326c8e30e4cec8120df24581c575a4f01449256dcbc4a979bb24e42da15ccce4654a9658d3f79373f1ee960b2a1faa63eaa7
|
data/lib/stairs/version.rb
CHANGED
data/stairs.gemspec
CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.version = Stairs::VERSION
|
9
9
|
spec.authors = ["patbenatar"]
|
10
10
|
spec.email = ["nick@gophilosophie.com"]
|
11
|
-
spec.description = "
|
12
|
-
spec.summary = "
|
11
|
+
spec.description = "It's a pain to setup new developers. Stairs is a utility and framework from which to write scripts for faster and easier setup of apps in new development environments. Scripts try to automate as much as possible and provide interactive prompts for everything else."
|
12
|
+
spec.summary = "Setup Ruby apps in development fast and easy."
|
13
13
|
spec.homepage = "http://github.com/patbenatar/stairs"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stairs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- patbenatar
|
@@ -178,8 +178,10 @@ dependencies:
|
|
178
178
|
- - ~>
|
179
179
|
- !ruby/object:Gem::Version
|
180
180
|
version: 0.6.0
|
181
|
-
description:
|
182
|
-
|
181
|
+
description: It's a pain to setup new developers. Stairs is a utility and framework
|
182
|
+
from which to write scripts for faster and easier setup of apps in new development
|
183
|
+
environments. Scripts try to automate as much as possible and provide interactive
|
184
|
+
prompts for everything else.
|
183
185
|
email:
|
184
186
|
- nick@gophilosophie.com
|
185
187
|
executables: []
|
@@ -249,8 +251,7 @@ rubyforge_project:
|
|
249
251
|
rubygems_version: 2.0.3
|
250
252
|
signing_key:
|
251
253
|
specification_version: 4
|
252
|
-
summary:
|
253
|
-
environments.
|
254
|
+
summary: Setup Ruby apps in development fast and easy.
|
254
255
|
test_files:
|
255
256
|
- spec/lib/configuration_spec.rb
|
256
257
|
- spec/lib/stairs/env_adapters/dotenv_spec.rb
|