stoker 1.0.0.pre2 → 1.0.0.pre3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +133 -0
- data/lib/stoker/generators/app_generator.rb +8 -2
- data/lib/stoker/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cfe39a39550e6059c20a6f346135e0da46e23eaf
|
4
|
+
data.tar.gz: 2bc3de69e2dd1ff36b35edb48b2a24197c69fe67
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4f696acb99c8e7fe7b11c2590cf0bae1b73a8d38f17e0090f308da67d7b287afc31da96bb6871eb80cc33cf72985aafb6bab68f604b0bfffc468ea62f8e85afd
|
7
|
+
data.tar.gz: e016deaa74ea5e5a77cd5d47215f8cc1b3fa7f79e51e5c1d96fb4e3f2c5eeac101a168d3403ed61f3bc99d3f1737ef71869ac716adb49cb4f134ecafe5ac4efa
|
data/Gemfile.lock
ADDED
@@ -0,0 +1,133 @@
|
|
1
|
+
PATH
|
2
|
+
remote: .
|
3
|
+
specs:
|
4
|
+
stoker (1.28.0)
|
5
|
+
bitters (~> 1.0.0)
|
6
|
+
bundler (~> 1.3)
|
7
|
+
rails (= 4.2.1)
|
8
|
+
|
9
|
+
GEM
|
10
|
+
remote: https://rubygems.org/
|
11
|
+
specs:
|
12
|
+
actionmailer (4.2.1)
|
13
|
+
actionpack (= 4.2.1)
|
14
|
+
actionview (= 4.2.1)
|
15
|
+
activejob (= 4.2.1)
|
16
|
+
mail (~> 2.5, >= 2.5.4)
|
17
|
+
rails-dom-testing (~> 1.0, >= 1.0.5)
|
18
|
+
actionpack (4.2.1)
|
19
|
+
actionview (= 4.2.1)
|
20
|
+
activesupport (= 4.2.1)
|
21
|
+
rack (~> 1.6)
|
22
|
+
rack-test (~> 0.6.2)
|
23
|
+
rails-dom-testing (~> 1.0, >= 1.0.5)
|
24
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.1)
|
25
|
+
actionview (4.2.1)
|
26
|
+
activesupport (= 4.2.1)
|
27
|
+
builder (~> 3.1)
|
28
|
+
erubis (~> 2.7.0)
|
29
|
+
rails-dom-testing (~> 1.0, >= 1.0.5)
|
30
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.1)
|
31
|
+
activejob (4.2.1)
|
32
|
+
activesupport (= 4.2.1)
|
33
|
+
globalid (>= 0.3.0)
|
34
|
+
activemodel (4.2.1)
|
35
|
+
activesupport (= 4.2.1)
|
36
|
+
builder (~> 3.1)
|
37
|
+
activerecord (4.2.1)
|
38
|
+
activemodel (= 4.2.1)
|
39
|
+
activesupport (= 4.2.1)
|
40
|
+
arel (~> 6.0)
|
41
|
+
activesupport (4.2.1)
|
42
|
+
i18n (~> 0.7)
|
43
|
+
json (~> 1.7, >= 1.7.7)
|
44
|
+
minitest (~> 5.1)
|
45
|
+
thread_safe (~> 0.3, >= 0.3.4)
|
46
|
+
tzinfo (~> 1.1)
|
47
|
+
arel (6.0.0)
|
48
|
+
bitters (1.0.0)
|
49
|
+
bourbon (>= 3.2)
|
50
|
+
sass (>= 3.2)
|
51
|
+
thor
|
52
|
+
bourbon (4.2.3)
|
53
|
+
sass (~> 3.4)
|
54
|
+
thor
|
55
|
+
builder (3.2.2)
|
56
|
+
capybara (2.4.4)
|
57
|
+
mime-types (>= 1.16)
|
58
|
+
nokogiri (>= 1.3.3)
|
59
|
+
rack (>= 1.0.0)
|
60
|
+
rack-test (>= 0.5.4)
|
61
|
+
xpath (~> 2.0)
|
62
|
+
diff-lcs (1.2.5)
|
63
|
+
erubis (2.7.0)
|
64
|
+
globalid (0.3.5)
|
65
|
+
activesupport (>= 4.1.0)
|
66
|
+
i18n (0.7.0)
|
67
|
+
json (1.8.2)
|
68
|
+
loofah (2.0.2)
|
69
|
+
nokogiri (>= 1.5.9)
|
70
|
+
mail (2.6.3)
|
71
|
+
mime-types (>= 1.16, < 3)
|
72
|
+
mime-types (2.5)
|
73
|
+
mini_portile (0.6.2)
|
74
|
+
minitest (5.6.1)
|
75
|
+
nokogiri (1.6.6.2)
|
76
|
+
mini_portile (~> 0.6.0)
|
77
|
+
rack (1.6.1)
|
78
|
+
rack-test (0.6.3)
|
79
|
+
rack (>= 1.0)
|
80
|
+
rails (4.2.1)
|
81
|
+
actionmailer (= 4.2.1)
|
82
|
+
actionpack (= 4.2.1)
|
83
|
+
actionview (= 4.2.1)
|
84
|
+
activejob (= 4.2.1)
|
85
|
+
activemodel (= 4.2.1)
|
86
|
+
activerecord (= 4.2.1)
|
87
|
+
activesupport (= 4.2.1)
|
88
|
+
bundler (>= 1.3.0, < 2.0)
|
89
|
+
railties (= 4.2.1)
|
90
|
+
sprockets-rails
|
91
|
+
rails-deprecated_sanitizer (1.0.3)
|
92
|
+
activesupport (>= 4.2.0.alpha)
|
93
|
+
rails-dom-testing (1.0.6)
|
94
|
+
activesupport (>= 4.2.0.beta, < 5.0)
|
95
|
+
nokogiri (~> 1.6.0)
|
96
|
+
rails-deprecated_sanitizer (>= 1.0.1)
|
97
|
+
rails-html-sanitizer (1.0.2)
|
98
|
+
loofah (~> 2.0)
|
99
|
+
railties (4.2.1)
|
100
|
+
actionpack (= 4.2.1)
|
101
|
+
activesupport (= 4.2.1)
|
102
|
+
rake (>= 0.8.7)
|
103
|
+
thor (>= 0.18.1, < 2.0)
|
104
|
+
rake (10.4.2)
|
105
|
+
rspec (2.99.0)
|
106
|
+
rspec-core (~> 2.99.0)
|
107
|
+
rspec-expectations (~> 2.99.0)
|
108
|
+
rspec-mocks (~> 2.99.0)
|
109
|
+
rspec-core (2.99.2)
|
110
|
+
rspec-expectations (2.99.2)
|
111
|
+
diff-lcs (>= 1.1.3, < 2.0)
|
112
|
+
rspec-mocks (2.99.3)
|
113
|
+
sass (3.4.13)
|
114
|
+
sprockets (3.1.0)
|
115
|
+
rack (~> 1.0)
|
116
|
+
sprockets-rails (2.3.0)
|
117
|
+
actionpack (>= 3.0)
|
118
|
+
activesupport (>= 3.0)
|
119
|
+
sprockets (>= 2.8, < 4.0)
|
120
|
+
thor (0.19.1)
|
121
|
+
thread_safe (0.3.5)
|
122
|
+
tzinfo (1.2.2)
|
123
|
+
thread_safe (~> 0.1)
|
124
|
+
xpath (2.0.0)
|
125
|
+
nokogiri (~> 1.3)
|
126
|
+
|
127
|
+
PLATFORMS
|
128
|
+
ruby
|
129
|
+
|
130
|
+
DEPENDENCIES
|
131
|
+
capybara (~> 2.2, >= 2.2.0)
|
132
|
+
rspec (~> 2.0)
|
133
|
+
stoker!
|
@@ -30,6 +30,7 @@ module Stoker
|
|
30
30
|
end
|
31
31
|
|
32
32
|
def stoker_customization
|
33
|
+
invoke :intro
|
33
34
|
invoke :customize_gemfile
|
34
35
|
invoke :setup_development_environment
|
35
36
|
invoke :setup_test_environment
|
@@ -52,6 +53,11 @@ module Stoker
|
|
52
53
|
invoke :outro
|
53
54
|
end
|
54
55
|
|
56
|
+
def intro
|
57
|
+
say "Getting ready..."
|
58
|
+
%x(if which open > /dev/null; open 'https://www.youtube.com/watch?v=eFTLKWw542g' fi)
|
59
|
+
end
|
60
|
+
|
55
61
|
def customize_gemfile
|
56
62
|
build :replace_gemfile
|
57
63
|
build :set_ruby_to_version_being_used
|
@@ -208,8 +214,8 @@ module Stoker
|
|
208
214
|
end
|
209
215
|
|
210
216
|
def outro
|
211
|
-
say 'Congratulations! You just
|
212
|
-
say "Remember to run 'rails generate
|
217
|
+
say 'Congratulations! You just stoked the fire.'
|
218
|
+
say "Remember to run 'rails generate bugsnag' with your API key."
|
213
219
|
end
|
214
220
|
|
215
221
|
protected
|
data/lib/stoker/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stoker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0.
|
4
|
+
version: 1.0.0.pre3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Friends of The Web
|
@@ -102,6 +102,7 @@ files:
|
|
102
102
|
- ".ruby-version"
|
103
103
|
- CONTRIBUTING.md
|
104
104
|
- Gemfile
|
105
|
+
- Gemfile.lock
|
105
106
|
- LICENSE
|
106
107
|
- README.md
|
107
108
|
- Rakefile
|