mj-suspenders 0.0.5 → 0.0.6

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: 120ab3f24807cd407810446fb266afdb4af79bf6
4
- data.tar.gz: dc5409b8186a8ecd75e6b87fa2895030851cc5e8
3
+ metadata.gz: ae79b9e2495249849f8970554c5ebeb15a976bdf
4
+ data.tar.gz: 0034bc94fdb5d48eaadc5dd96e2fa753484bb87b
5
5
  SHA512:
6
- metadata.gz: 775fc5d7ce7c0bff7887c58e533c36f983fec6e7a3987a300dc19fedb94d8581fcfde040b9adf46ec9e761010242180aca0c69c7f114ba3272b0ac2480ff10a0
7
- data.tar.gz: afd777ced6f7a3849036e94211491726fd028ab7e87d1de7853932a3ff9cb6e60dee88f16968a51a51d61f455a3cff900529bf44db1eb089fd7bee4e59c4fcec
6
+ metadata.gz: d2ce83580ff52bb3426b43b4d41de9ab3f043f13b210c930cae5cd9139b92536dd25d62011e82703e631aec952015355fe5fe51021cebbbe1d721305a2e35b54
7
+ data.tar.gz: 4a0464d5af30502c30c848071bf6fe65b9db47010441e74619a83749118f9fc7bb06c4bcad161ebd40f46d3f65e27f0e69bc802f22f30750c0bd29d17988c385
data/Gemfile.lock CHANGED
@@ -1,38 +1,40 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mj-suspenders (0.0.4)
4
+ mj-suspenders (0.0.6)
5
5
  bundler (~> 1.6)
6
- rails (= 4.0.4)
6
+ rails (= 4.1.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actionmailer (4.0.4)
12
- actionpack (= 4.0.4)
11
+ actionmailer (4.1.0)
12
+ actionpack (= 4.1.0)
13
+ actionview (= 4.1.0)
13
14
  mail (~> 2.5.4)
14
- actionpack (4.0.4)
15
- activesupport (= 4.0.4)
16
- builder (~> 3.1.0)
17
- erubis (~> 2.7.0)
15
+ actionpack (4.1.0)
16
+ actionview (= 4.1.0)
17
+ activesupport (= 4.1.0)
18
18
  rack (~> 1.5.2)
19
19
  rack-test (~> 0.6.2)
20
- activemodel (4.0.4)
21
- activesupport (= 4.0.4)
22
- builder (~> 3.1.0)
23
- activerecord (4.0.4)
24
- activemodel (= 4.0.4)
25
- activerecord-deprecated_finders (~> 1.0.2)
26
- activesupport (= 4.0.4)
27
- arel (~> 4.0.0)
28
- activerecord-deprecated_finders (1.0.3)
29
- activesupport (4.0.4)
20
+ actionview (4.1.0)
21
+ activesupport (= 4.1.0)
22
+ builder (~> 3.1)
23
+ erubis (~> 2.7.0)
24
+ activemodel (4.1.0)
25
+ activesupport (= 4.1.0)
26
+ builder (~> 3.1)
27
+ activerecord (4.1.0)
28
+ activemodel (= 4.1.0)
29
+ activesupport (= 4.1.0)
30
+ arel (~> 5.0.0)
31
+ activesupport (4.1.0)
30
32
  i18n (~> 0.6, >= 0.6.9)
31
- minitest (~> 4.2)
32
- multi_json (~> 1.3)
33
+ json (~> 1.7, >= 1.7.7)
34
+ minitest (~> 5.1)
33
35
  thread_safe (~> 0.1)
34
- tzinfo (~> 0.3.37)
35
- arel (4.0.2)
36
+ tzinfo (~> 1.1)
37
+ arel (5.0.0)
36
38
  aruba (0.5.4)
37
39
  childprocess (>= 0.3.6)
38
40
  cucumber (>= 1.1.1)
@@ -59,12 +61,13 @@ GEM
59
61
  multi_json (~> 1.3)
60
62
  hike (1.2.3)
61
63
  i18n (0.6.9)
64
+ json (1.8.1)
62
65
  mail (2.5.4)
63
66
  mime-types (~> 1.16)
64
67
  treetop (~> 1.4.8)
65
68
  mime-types (1.25.1)
66
69
  mini_portile (0.5.3)
67
- minitest (4.7.5)
70
+ minitest (5.3.2)
68
71
  multi_json (1.9.2)
69
72
  multi_test (0.1.1)
70
73
  nokogiri (1.6.1)
@@ -73,17 +76,19 @@ GEM
73
76
  rack (1.5.2)
74
77
  rack-test (0.6.2)
75
78
  rack (>= 1.0)
76
- rails (4.0.4)
77
- actionmailer (= 4.0.4)
78
- actionpack (= 4.0.4)
79
- activerecord (= 4.0.4)
80
- activesupport (= 4.0.4)
79
+ rails (4.1.0)
80
+ actionmailer (= 4.1.0)
81
+ actionpack (= 4.1.0)
82
+ actionview (= 4.1.0)
83
+ activemodel (= 4.1.0)
84
+ activerecord (= 4.1.0)
85
+ activesupport (= 4.1.0)
81
86
  bundler (>= 1.3.0, < 2.0)
82
- railties (= 4.0.4)
83
- sprockets-rails (~> 2.0.0)
84
- railties (4.0.4)
85
- actionpack (= 4.0.4)
86
- activesupport (= 4.0.4)
87
+ railties (= 4.1.0)
88
+ sprockets-rails (~> 2.0)
89
+ railties (4.1.0)
90
+ actionpack (= 4.1.0)
91
+ activesupport (= 4.1.0)
87
92
  rake (>= 0.8.7)
88
93
  thor (>= 0.18.1, < 2.0)
89
94
  rake (10.2.2)
@@ -104,7 +109,7 @@ GEM
104
109
  multi_json (~> 1.0)
105
110
  rack (~> 1.0)
106
111
  tilt (~> 1.1, != 1.3.0)
107
- sprockets-rails (2.0.1)
112
+ sprockets-rails (2.1.1)
108
113
  actionpack (>= 3.0)
109
114
  activesupport (>= 3.0)
110
115
  sprockets (~> 2.8)
@@ -114,7 +119,8 @@ GEM
114
119
  treetop (1.4.15)
115
120
  polyglot
116
121
  polyglot (>= 0.3.1)
117
- tzinfo (0.3.39)
122
+ tzinfo (1.1.0)
123
+ thread_safe (~> 0.1)
118
124
  xpath (2.0.0)
119
125
  nokogiri (~> 1.3)
120
126
 
@@ -225,7 +225,6 @@ end
225
225
  remove_file '.gitignore'
226
226
  copy_file 'suspenders_gitignore', '.gitignore'
227
227
  [
228
- 'app/views/pages',
229
228
  'spec/lib',
230
229
  'spec/controllers',
231
230
  'spec/helpers',
@@ -240,8 +239,8 @@ end
240
239
 
241
240
  def init_git
242
241
  git :init
243
- git add: '.'
244
- git commit: '-m "initial commit"'
242
+ # git add: '.'
243
+ # git commit: '-m "initial commit"'
245
244
  end
246
245
 
247
246
  def copy_miscellaneous_files
@@ -262,8 +261,8 @@ end
262
261
 
263
262
  def remove_routes_comment_lines
264
263
  replace_in_file 'config/routes.rb',
265
- /Application\.routes\.draw do.*end/m,
266
- "Application.routes.draw do\nend"
264
+ /application\.routes\.draw do.*end/m,
265
+ "application.routes.draw do\nend"
267
266
  end
268
267
 
269
268
  def disable_xml_params
@@ -21,6 +21,7 @@ module Suspenders
21
21
  invoke :setup_production_environment
22
22
  invoke :setup_staging_environment
23
23
  invoke :setup_secret_token
24
+ invoke :setup_database
24
25
  invoke :create_suspenders_views
25
26
  invoke :setup_coffeescript
26
27
  invoke :configure_app
@@ -29,7 +30,6 @@ module Suspenders
29
30
  invoke :customize_error_pages
30
31
  invoke :remove_routes_comment_lines
31
32
  invoke :setup_home_page
32
- invoke :setup_database
33
33
  invoke :setup_git
34
34
  end
35
35
 
@@ -107,7 +107,7 @@ module Suspenders
107
107
  build :disable_xml_params
108
108
  build :set_i18n
109
109
  build :fix_i18n_deprecation_warning
110
- build :setup_default_rake_task
110
+ # build :setup_default_rake_task
111
111
  build :configure_unicorn
112
112
  end
113
113
 
@@ -1,3 +1,3 @@
1
1
  module Suspenders
2
- VERSION = '0.0.5'
2
+ VERSION = '0.0.6'
3
3
  end
@@ -6,7 +6,7 @@ require 'date'
6
6
  Gem::Specification.new do |s|
7
7
  s.required_ruby_version = '>= 1.9.2'
8
8
  s.add_dependency 'bundler', '~> 1.6'
9
- s.add_dependency 'rails', '4.0.4'
9
+ s.add_dependency 'rails', '4.1.0'
10
10
  s.add_development_dependency 'aruba', '~> 0.5.2'
11
11
  s.add_development_dependency 'cucumber', '~> 1.2'
12
12
  s.authors = ['thoughtbot', 'Marcelo Jacobus']
@@ -6,7 +6,7 @@ feature 'Suspend a new project with default configuration' do
6
6
 
7
7
  Dir.chdir(project_path) do
8
8
  Bundler.with_clean_env do
9
- expect(`rake`).to include('0 failures')
9
+ expect(`rspec`).to include('0 failures')
10
10
  end
11
11
  end
12
12
  end
@@ -2,18 +2,31 @@ source 'https://rubygems.org'
2
2
 
3
3
  ruby '<%= RUBY_VERSION %>'
4
4
 
5
- gem 'coffee-rails'
5
+ gem 'rails', '4.1.0'
6
+ gem 'sass-rails', '~> 4.0.3'
7
+ gem 'uglifier', '>= 1.3.0'
8
+ gem 'coffee-rails', '~> 4.0.0'
9
+ # gem 'therubyracer', platforms: :ruby
10
+ gem 'jquery-rails'
11
+ # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
12
+ # gem 'turbolinks'
13
+ # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
14
+ gem 'jbuilder', '~> 2.0'
15
+ # bundle exec rake doc:rails generates the API under doc/api.
16
+ gem 'sdoc', '~> 0.4.0', group: :doc
17
+
18
+ # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
19
+ gem 'spring', group: :development
20
+
21
+ # Rails non default
22
+
6
23
  gem 'email_validator'
7
24
  gem 'high_voltage'
8
- gem 'jquery-rails'
9
25
  gem 'mysql2'
10
26
  gem 'rack-timeout'
11
- gem 'rails', '>= 4.0.4'
12
27
  gem 'recipient_interceptor'
13
- gem 'sass-rails', '~> 4.0.0'
14
28
  gem 'simple_form'
15
29
  gem 'title'
16
- gem 'uglifier'
17
30
  gem 'unicorn'
18
31
  gem 'kaminari'
19
32
  gem 'vattributes'
@@ -21,11 +34,6 @@ gem 'draper', '~> 1.3'
21
34
  gem 'foundation-rails'
22
35
  gem 'foundation-icons-sass-rails'
23
36
 
24
- group :development do
25
- gem 'spring'
26
- gem 'spring-commands-rspec'
27
- end
28
-
29
37
  group :development, :test do
30
38
  gem 'awesome_print'
31
39
  # gem 'dotenv-rails'
@@ -10,7 +10,6 @@ env:
10
10
  - DB=postgresql
11
11
  script:
12
12
  - RAILS_ENV=test bundle exec rake db:migrate --trace
13
- - bundle exec rake db:test:prepare
14
13
  - bundle exec rspec spec/
15
14
  before_script:
16
15
  - mysql -e 'create database <%= app_name %>_test'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mj-suspenders
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - thoughtbot
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-04-09 00:00:00.000000000 Z
12
+ date: 2014-04-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -31,14 +31,14 @@ dependencies:
31
31
  requirements:
32
32
  - - '='
33
33
  - !ruby/object:Gem::Version
34
- version: 4.0.4
34
+ version: 4.1.0
35
35
  type: :runtime
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
39
  - - '='
40
40
  - !ruby/object:Gem::Version
41
- version: 4.0.4
41
+ version: 4.1.0
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: aruba
44
44
  requirement: !ruby/object:Gem::Requirement
@@ -185,7 +185,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
185
185
  version: '0'
186
186
  requirements: []
187
187
  rubyforge_project:
188
- rubygems_version: 2.2.2
188
+ rubygems_version: 2.2.1
189
189
  signing_key:
190
190
  specification_version: 4
191
191
  summary: Generate a Rails app using thoughtbot's best practices. Plus Marcelo Jacobus