gb-firestarter 0.1.0 → 0.2.0

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: 12415a11e8173b1e4ac8453932364eeef81c14aa
4
- data.tar.gz: a7e71d5a890557833c0a4db136827850f12864fd
3
+ metadata.gz: 9ef7a0390b86447bb462ed9ba47a83c459537ec1
4
+ data.tar.gz: 4f4a0885bb308310d183bf87e2db3649a5878cf2
5
5
  SHA512:
6
- metadata.gz: c808f98e8179b080d282b47953a52f0ef48528777aac857b051d0a6cc9ae77b41b321ee6b8e451514a88e40f7920a5002b06b17acc54c2470ec2c982608d0a7f
7
- data.tar.gz: 9b0299c99f0924e8e453fc7e321de8fb2686f603e45bc06b1073e4346e03ce61b7b68eaa08c2bc243db91231a57b3623272e98918bfb0e237cbf4e4a89f8af27
6
+ metadata.gz: 5090ce2816eaf50bba6edc8a28f37f05bf957a21d117560ea06ecc86c7a04c945c3968d4bac38cdb22af921e9777385988bba329ebc02672d4d4ce65487b91ee
7
+ data.tar.gz: 5d4a6feb8a3ce87f003b2c8a64ba9014c8acf52996d74fda2bc40df72f193c0dc07cab0d23ae314942282ad1c7fcd6e6fb2a135862eff905b7e7c658695595b4
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.1.5
1
+ 2.2.0
data/Gemfile.lock CHANGED
@@ -1,55 +1,64 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gb-firestarter (0.0.1)
4
+ gb-firestarter (0.2.0)
5
5
  bundler (~> 1.3)
6
- rails (= 4.1.8)
6
+ rails (= 4.2.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actionmailer (4.1.8)
12
- actionpack (= 4.1.8)
13
- actionview (= 4.1.8)
11
+ actionmailer (4.2.0)
12
+ actionpack (= 4.2.0)
13
+ actionview (= 4.2.0)
14
+ activejob (= 4.2.0)
14
15
  mail (~> 2.5, >= 2.5.4)
15
- actionpack (4.1.8)
16
- actionview (= 4.1.8)
17
- activesupport (= 4.1.8)
18
- rack (~> 1.5.2)
16
+ rails-dom-testing (~> 1.0, >= 1.0.5)
17
+ actionpack (4.2.0)
18
+ actionview (= 4.2.0)
19
+ activesupport (= 4.2.0)
20
+ rack (~> 1.6.0)
19
21
  rack-test (~> 0.6.2)
20
- actionview (4.1.8)
21
- activesupport (= 4.1.8)
22
+ rails-dom-testing (~> 1.0, >= 1.0.5)
23
+ rails-html-sanitizer (~> 1.0, >= 1.0.1)
24
+ actionview (4.2.0)
25
+ activesupport (= 4.2.0)
22
26
  builder (~> 3.1)
23
27
  erubis (~> 2.7.0)
24
- activemodel (4.1.8)
25
- activesupport (= 4.1.8)
28
+ rails-dom-testing (~> 1.0, >= 1.0.5)
29
+ rails-html-sanitizer (~> 1.0, >= 1.0.1)
30
+ activejob (4.2.0)
31
+ activesupport (= 4.2.0)
32
+ globalid (>= 0.3.0)
33
+ activemodel (4.2.0)
34
+ activesupport (= 4.2.0)
26
35
  builder (~> 3.1)
27
- activerecord (4.1.8)
28
- activemodel (= 4.1.8)
29
- activesupport (= 4.1.8)
30
- arel (~> 5.0.0)
31
- activesupport (4.1.8)
32
- i18n (~> 0.6, >= 0.6.9)
36
+ activerecord (4.2.0)
37
+ activemodel (= 4.2.0)
38
+ activesupport (= 4.2.0)
39
+ arel (~> 6.0)
40
+ activesupport (4.2.0)
41
+ i18n (~> 0.7)
33
42
  json (~> 1.7, >= 1.7.7)
34
43
  minitest (~> 5.1)
35
- thread_safe (~> 0.1)
44
+ thread_safe (~> 0.3, >= 0.3.4)
36
45
  tzinfo (~> 1.1)
37
- arel (5.0.1.20140414130214)
46
+ arel (6.0.0)
38
47
  aruba (0.5.4)
39
48
  childprocess (>= 0.3.6)
40
49
  cucumber (>= 1.1.1)
41
50
  rspec-expectations (>= 2.7.0)
42
- builder (3.1.4)
43
- capybara (2.2.1)
51
+ builder (3.2.2)
52
+ capybara (2.4.4)
44
53
  mime-types (>= 1.16)
45
54
  nokogiri (>= 1.3.3)
46
55
  rack (>= 1.0.0)
47
56
  rack-test (>= 0.5.4)
48
57
  xpath (~> 2.0)
49
- childprocess (0.5.1)
58
+ childprocess (0.5.5)
50
59
  ffi (~> 1.0, >= 1.0.11)
51
60
  coderay (1.1.0)
52
- cucumber (1.3.13)
61
+ cucumber (1.3.18)
53
62
  builder (>= 2.1.2)
54
63
  diff-lcs (>= 1.1.3)
55
64
  gherkin (~> 2.12)
@@ -57,60 +66,73 @@ GEM
57
66
  multi_test (>= 0.1.1)
58
67
  diff-lcs (1.2.5)
59
68
  erubis (2.7.0)
60
- ffi (1.9.3)
69
+ ffi (1.9.6)
61
70
  gherkin (2.12.2)
62
71
  multi_json (~> 1.3)
72
+ globalid (0.3.2)
73
+ activesupport (>= 4.1.0)
63
74
  hike (1.2.3)
64
- i18n (0.6.11)
65
- json (1.8.1)
75
+ i18n (0.7.0)
76
+ json (1.8.2)
77
+ loofah (2.0.1)
78
+ nokogiri (>= 1.5.9)
66
79
  mail (2.6.3)
67
80
  mime-types (>= 1.16, < 3)
68
81
  method_source (0.8.2)
69
- mime-types (1.25.1)
70
- mini_portile (0.5.3)
71
- minitest (5.5.0)
72
- multi_json (1.9.2)
82
+ mime-types (2.4.3)
83
+ mini_portile (0.6.2)
84
+ minitest (5.5.1)
85
+ multi_json (1.10.1)
73
86
  multi_test (0.1.1)
74
- nokogiri (1.6.1)
75
- mini_portile (~> 0.5.0)
87
+ nokogiri (1.6.6.2)
88
+ mini_portile (~> 0.6.0)
76
89
  pry (0.10.1)
77
90
  coderay (~> 1.1.0)
78
91
  method_source (~> 0.8.1)
79
92
  slop (~> 3.4)
80
- rack (1.5.2)
81
- rack-test (0.6.2)
93
+ rack (1.6.0)
94
+ rack-test (0.6.3)
82
95
  rack (>= 1.0)
83
- rails (4.1.8)
84
- actionmailer (= 4.1.8)
85
- actionpack (= 4.1.8)
86
- actionview (= 4.1.8)
87
- activemodel (= 4.1.8)
88
- activerecord (= 4.1.8)
89
- activesupport (= 4.1.8)
96
+ rails (4.2.0)
97
+ actionmailer (= 4.2.0)
98
+ actionpack (= 4.2.0)
99
+ actionview (= 4.2.0)
100
+ activejob (= 4.2.0)
101
+ activemodel (= 4.2.0)
102
+ activerecord (= 4.2.0)
103
+ activesupport (= 4.2.0)
90
104
  bundler (>= 1.3.0, < 2.0)
91
- railties (= 4.1.8)
92
- sprockets-rails (~> 2.0)
93
- railties (4.1.8)
94
- actionpack (= 4.1.8)
95
- activesupport (= 4.1.8)
105
+ railties (= 4.2.0)
106
+ sprockets-rails
107
+ rails-deprecated_sanitizer (1.0.3)
108
+ activesupport (>= 4.2.0.alpha)
109
+ rails-dom-testing (1.0.5)
110
+ activesupport (>= 4.2.0.beta, < 5.0)
111
+ nokogiri (~> 1.6.0)
112
+ rails-deprecated_sanitizer (>= 1.0.1)
113
+ rails-html-sanitizer (1.0.1)
114
+ loofah (~> 2.0)
115
+ railties (4.2.0)
116
+ actionpack (= 4.2.0)
117
+ activesupport (= 4.2.0)
96
118
  rake (>= 0.8.7)
97
119
  thor (>= 0.18.1, < 2.0)
98
120
  rake (10.4.2)
99
- rspec (2.14.1)
100
- rspec-core (~> 2.14.0)
101
- rspec-expectations (~> 2.14.0)
102
- rspec-mocks (~> 2.14.0)
103
- rspec-core (2.14.8)
104
- rspec-expectations (2.14.5)
121
+ rspec (2.99.0)
122
+ rspec-core (~> 2.99.0)
123
+ rspec-expectations (~> 2.99.0)
124
+ rspec-mocks (~> 2.99.0)
125
+ rspec-core (2.99.2)
126
+ rspec-expectations (2.99.2)
105
127
  diff-lcs (>= 1.1.3, < 2.0)
106
- rspec-mocks (2.14.6)
128
+ rspec-mocks (2.99.3)
107
129
  slop (3.6.0)
108
130
  sprockets (2.12.3)
109
131
  hike (~> 1.2)
110
132
  multi_json (~> 1.0)
111
133
  rack (~> 1.0)
112
134
  tilt (~> 1.1, != 1.3.0)
113
- sprockets-rails (2.2.2)
135
+ sprockets-rails (2.2.4)
114
136
  actionpack (>= 3.0)
115
137
  activesupport (>= 3.0)
116
138
  sprockets (>= 2.8, < 4.0)
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2014 Group Buddies
3
+ Copyright (c) 2014-2015 Group Buddies
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -155,6 +155,10 @@ end
155
155
  template 'ruby-version.erb', '.ruby-version'
156
156
  end
157
157
 
158
+ def enable_unobtrusive_pry_in_specs
159
+ copy_file 'unobtrusive_pry.rb', 'spec/support/pry.rb'
160
+ end
161
+
158
162
  def enable_database_cleaner
159
163
  copy_file 'database_cleaner_rspec.rb', 'spec/support/database_cleaner.rb'
160
164
  end
@@ -1,4 +1,4 @@
1
1
  module Firestarter
2
- RAILS_VERSION = ENV['RAILS_VERSION'] || '4.1.8'
3
- VERSION = '0.1.0'
2
+ RAILS_VERSION = ENV['RAILS_VERSION'] || '4.2.0'
3
+ VERSION = '0.2.0'
4
4
  end
@@ -1,3 +1,3 @@
1
1
  #flash
2
2
  - flash.each do |key, value|
3
- #flash_#{key} = value
3
+ .flash class="flash-#{key}" = value
@@ -0,0 +1,7 @@
1
+ class Binding
2
+ def pry
3
+ raise "You forgot a binding.pry in your tests" if ENV['CI']
4
+ require 'pry'
5
+ super
6
+ end
7
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gb-firestarter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - groupbuddies
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-17 00:00:00.000000000 Z
11
+ date: 2015-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 4.1.8
33
+ version: 4.2.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 4.1.8
40
+ version: 4.2.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: aruba
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -145,6 +145,7 @@ files:
145
145
  - templates/smtp.rb
146
146
  - templates/spec_helper.rb
147
147
  - templates/staging.rb
148
+ - templates/unobtrusive_pry.rb
148
149
  homepage: http://github.com/groupbuddies/firestarter
149
150
  licenses:
150
151
  - MIT