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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cb094a690ad438125715b25683b2d11f176432ed
4
- data.tar.gz: d3eb3604d83427287293ecac50daf8ed6a5ea841
3
+ metadata.gz: dec9fd2bdccded9eacffcd67da756dea35293ba0
4
+ data.tar.gz: 84608f9052e256e3cad955b4e413ee5157e42370
5
5
  SHA512:
6
- metadata.gz: 54186ff0a046b2dcbe68fb116a6915ffb7cc350105c0e633e62ff05d37460f705a2c08334c542195ddc1a7b1cfdfb14613aaf60e18f2839f5a7d66d3b381f07c
7
- data.tar.gz: 6c5e729f8a7e3b8df3c5f5b0fe9c20264c9b95e688ba43e435f747cafade1426084cb81029ea59f3b3f3ad570154c43c68b3ac990589bf9d00b4c4e3e343cac4
6
+ metadata.gz: 809edea5ecec10ba6e986985f3c2d7ed5ba9501dc00c4af81b7cebad5992e3641410bbf67fac6a1d874114de82ab8d4e0b3ff238abe19914f3ec40cfcf1274ed
7
+ data.tar.gz: dcd4ab32f237f0ee42ada35dfadf326c8e30e4cec8120df24581c575a4f01449256dcbc4a979bb24e42da15ccce4654a9658d3f79373f1ee960b2a1faa63eaa7
@@ -1,3 +1,3 @@
1
1
  module Stairs
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.2"
3
3
  end
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 = "A DSL and collection of plugins for easy setup of projects on new development environments."
12
- spec.summary = "A DSL and collection of plugins for easy setup of projects on new development environments."
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.1
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: A DSL and collection of plugins for easy setup of projects on new development
182
- environments.
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: A DSL and collection of plugins for easy setup of projects on new development
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