pah 0.0.24 → 0.0.25

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: 414dcaac0cbbb31384535d2102c70ebdfc56f6ee
4
- data.tar.gz: d935551a14c8ccef0ce2588182a8b9d5c386dd87
3
+ metadata.gz: 9a7c2a07a90f8cfa6a2f3986ab579f800c2ea59f
4
+ data.tar.gz: ae2933a7b1e5f251853393a85f3b317a1a7501a8
5
5
  SHA512:
6
- metadata.gz: b67278d94f1e6eae7de75f8b0f6227c275e6d44da5d1bd0da1e49e3dee7c9455922fd0efba61b57d0e4f9389a12ed4d55ff224d9e404719c15a10eb74a50feaf
7
- data.tar.gz: 46f1d92417c7499ee526dfc621d45f25ec0bb9100caed2596ff066696374da96e08f01a8ae7e6858cccb456099cd69cb0e1417a0c76150aa7c397b88a9ad763f
6
+ metadata.gz: 618f75b0722af9cb43c397e90b05357c8adab66f8840f09556a16b4fadb22b88639008fa0ec1476c09386fa70041e8f82514c9ec8821e6063dc4d9c81d167c06
7
+ data.tar.gz: a4b6861f7b8baa8a1d31506cfabf142511de99b5bda9edabf79195b4dd62178535b6e2281093750fd8ee366b8bf5b8ec1d3f4943d7a0fcd0b5bcaec6c6795a18
@@ -1 +1 @@
1
- 2.2.2
1
+ 2.2.3
@@ -1,6 +1,6 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.2.2
3
+ - 2.2.3
4
4
  before_script:
5
5
  - git config --global user.email "johndoe@example.com"
6
6
  - git config --global user.name "John Doe"
@@ -1,10 +1,15 @@
1
1
  # Changelog
2
2
 
3
- ## 0.0.25 (Unreleased)
3
+ ## 0.0.26 (Unreleased)
4
+
5
+ ## 0.0.25
6
+ - Remove web-console gem
4
7
 
5
8
  ### features
6
9
 
7
10
  ### improvements
11
+ - Change Ruby version to 2.2.3
12
+ - Update the Gemfile to most recent gems
8
13
 
9
14
  ### bug fixes
10
15
 
@@ -1,4 +1,4 @@
1
- Copyright (c) 2013-2015 HE:labs
1
+ Copyright (c) 2013-2016 HE:labs
2
2
 
3
3
  MIT License
4
4
 
data/README.md CHANGED
@@ -37,7 +37,7 @@ Run:
37
37
  $ pah projectname
38
38
  ```
39
39
 
40
- This will create a Rails 4.2.3 app with Ruby 2.2.2. This script creates a new git repository in the folder `projectname`.
40
+ This will create a Rails 4.2.5 app with Ruby 2.2.3. This script creates a new git repository in the folder `projectname`.
41
41
 
42
42
  :warning: PAH is not meant to be used against an existing repo.
43
43
 
@@ -4,17 +4,17 @@ Feature: Commands
4
4
  When I run `pah --version`
5
5
  Then the output should contain:
6
6
  """
7
- Pah version: 0.0.23
8
- Rails version: 4.2.3
9
- Ruby version: 2.2.2
7
+ Pah version: 0.0.24
8
+ Rails version: 4.2.5
9
+ Ruby version: 2.2.3
10
10
  """
11
11
  Scenario: -v prompts the versions
12
12
  When I run `pah -v`
13
13
  Then the output should contain:
14
14
  """
15
- Pah version: 0.0.23
16
- Rails version: 4.2.3
17
- Ruby version: 2.2.2
15
+ Pah version: 0.0.24
16
+ Rails version: 4.2.5
17
+ Ruby version: 2.2.3
18
18
  """
19
19
  Scenario: without args prompt help
20
20
  When I run `pah`
@@ -6,7 +6,7 @@ Feature: Env files
6
6
  Scenario: Create env files
7
7
  Then I have the file .ruby-version and contents of this file should be:
8
8
  """
9
- 2.2.2
9
+ 2.2.3
10
10
 
11
11
  """
12
12
  Then I have the file .ruby-gemset and contents of this file should be:
@@ -6,6 +6,6 @@ Feature: Gemfile
6
6
  Scenario: Correct gems on gemfile
7
7
  Then I have the file Gemfile and contents of this file should include:
8
8
  """
9
- gem 'rails', '4.2.3'
9
+ gem 'rails', '4.2.5'
10
10
  """
11
11
 
@@ -11,5 +11,5 @@ Feature: README
11
11
  """
12
12
  Then I have the file README.md and contents of this file should include:
13
13
  """
14
- Ruby 2.2.2
14
+ Ruby 2.2.3
15
15
  """
@@ -2,30 +2,30 @@ source 'https://rubygems.org'
2
2
  ruby 'RUBY_VERSION'
3
3
 
4
4
  gem 'rails', 'RAILS_VERSION'
5
- gem 'puma', '2.11.3'
6
- gem 'secure_headers', '2.2.2'
7
- gem 'jquery-rails', '4.0.4'
5
+ gem 'puma', '2.15.3'
6
+ gem 'secure_headers', '2.4.4'
7
+ gem 'jquery-rails', '4.0.5'
8
8
  gem 'turbolinks', '2.5.3'
9
- gem 'jbuilder', '2.3.1'
9
+ gem 'jbuilder', '2.3.2'
10
10
  gem 'slim-rails', '3.0.1'
11
- gem 'pg', '0.18.2'
12
- gem 'sass-rails', '5.0.3'
11
+ gem 'pg', '0.18.4'
12
+ gem 'sass-rails', '5.0.4'
13
13
  gem 'coffee-rails', '4.1.0'
14
- gem 'uglifier', '2.7.1'
15
- gem 'simple_form', '3.1.0'
14
+ gem 'uglifier', '2.7.2'
15
+ gem 'simple_form', '3.2.0'
16
16
  gem 'flutie', '2.0.0'
17
- gem 'bourbon', '4.2.3'
17
+ gem 'bourbon', '4.2.6'
18
18
  gem 'neat', '1.7.2'
19
- gem 'bitters', '1.0.0'
19
+ gem 'bitters', '1.1.0'
20
20
  gem 'refills', '0.1.0'
21
21
  gem 'normalize-rails', '3.0.3'
22
+ gem 'rollbar', '2.7.0'
22
23
 
23
24
  group :production, :staging do
24
25
  gem 'rails_12factor', '0.0.3'
25
26
  gem 'rack-canonical-host', '0.1.0'
26
27
  gem 'newrelic_rpm', '~> 3.12'
27
- gem 'rollbar', '2.1.1'
28
- gem 'librato-rails', '0.11.1'
28
+ gem 'librato-rails', '1.0.0'
29
29
  end
30
30
 
31
31
  group :development do
@@ -35,29 +35,28 @@ group :development do
35
35
  gem 'better_errors', '2.1.1'
36
36
  gem 'binding_of_caller', '0.7.2'
37
37
  gem 'letter_opener', '1.4.1'
38
- gem 'bullet', '4.14.7'
38
+ gem 'bullet', '4.14.10'
39
39
  gem 'quiet_assets', '1.1.0'
40
40
  end
41
41
 
42
42
  group :test do
43
- gem 'shoulda-matchers', '2.8.0', require: false
44
- gem 'simplecov', '0.10.0', require: false
43
+ gem 'shoulda-matchers', '3.0.1', require: false
44
+ gem 'simplecov', '0.11.1', require: false
45
45
  gem 'email_spec', '1.6.0'
46
- gem 'capybara', '2.4.4'
47
- gem 'poltergeist', '1.6.0'
48
- gem 'vcr', '2.9.3'
49
- gem 'webmock', '1.21.0'
50
- gem 'database_cleaner', '1.4.1'
46
+ gem 'capybara', '2.5.0'
47
+ gem 'poltergeist', '1.8.0'
48
+ gem 'vcr', '3.0.0'
49
+ gem 'webmock', '1.22.3'
50
+ gem 'database_cleaner', '1.5.1'
51
51
  end
52
52
 
53
53
  group :development, :test do
54
- gem 'rspec-rails', '3.3.3'
54
+ gem 'rspec-rails', '3.4.0'
55
55
  gem 'factory_girl_rails', '4.5.0'
56
56
  gem 'pry-rails', '0.3.4'
57
- gem 'dotenv-rails', '1.0.2'
57
+ gem 'dotenv-rails', '2.0.2'
58
58
  gem 'awesome_print', '1.6.1'
59
59
  gem 'spring-commands-rspec', '1.0.4'
60
- gem 'byebug', '5.0.0'
61
- gem 'web-console', '2.2.1'
62
- gem 'spring', '1.3.6'
60
+ gem 'byebug', '8.2.1'
61
+ gem 'spring', '1.5.0'
63
62
  end
@@ -1,5 +1,5 @@
1
1
  module Pah
2
- VERSION = '0.0.24'
3
- RUBY_VERSION = '2.2.2'
4
- RAILS_VERSION = '4.2.3'
2
+ VERSION = '0.0.25'
3
+ RUBY_VERSION = '2.2.3'
4
+ RAILS_VERSION = '4.2.5'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pah
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.24
4
+ version: 0.0.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - HE:labs
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-10 00:00:00.000000000 Z
11
+ date: 2016-01-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 4.2.3
19
+ version: 4.2.5
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 4.2.3
26
+ version: 4.2.5
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: colored
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -250,7 +250,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
250
250
  requirements:
251
251
  - - ">="
252
252
  - !ruby/object:Gem::Version
253
- version: 2.2.2
253
+ version: 2.2.3
254
254
  required_rubygems_version: !ruby/object:Gem::Requirement
255
255
  requirements:
256
256
  - - ">="