highgroove_generator 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -30,6 +30,19 @@ sure QT is installed.
30
30
  highgroove help
31
31
  ```
32
32
 
33
+ ## What's included?
34
+ - [Rails](http://rubyonrails.org/) of course, currently the 3.2 branch
35
+ - [Postgres](http://www.postgresql.org/) all your database needs
36
+ - [Heroku](http://www.heroku.com/) for deployment ease, a Heroku app will automatically be created for you.
37
+ - [Slim](http://slim-lang.com/) for templating goodness
38
+
39
+ ### The testing stack includes :
40
+ - [RSpec](https://github.com/rspec/rspec-rails/) for Behaviour-Driven Development
41
+ - [Factory Girl](https://github.com/thoughtbot/factory_girl), a fixtures replacement for generating test data
42
+ - [Forgery](https://github.com/sevenwire/forgery) for creating fake test data
43
+ - [Capybara-Webkit](https://github.com/thoughtbot/capybara-webkit) for integration testing with javascript
44
+ - [SimpleCov](https://github.com/colszowka/simplecov) for test coverage reporting
45
+
33
46
  ## Contributing
34
47
 
35
48
  1. Fork it
@@ -1,5 +1,5 @@
1
1
  module Highgroove
2
2
  module Generator
3
- VERSION = "0.3.1"
3
+ VERSION = "0.3.2"
4
4
  end
5
5
  end
@@ -36,7 +36,7 @@ end
36
36
  run "rails g forgery"
37
37
  insert_into_file 'spec/spec_helper.rb', "\nrequire 'capybara/rspec'", after: "require 'rspec/autorun'"
38
38
  gsub_file 'spec/spec_helper.rb', / *# Remove this[^\n]*\n *config\.fixture_path[^\n]*\n\n/m, ''
39
- gsub_file 'spec/spec_helper.rb', /config.use_transactional_fixtures = true/, 'config.use_transactional_fixture = false'
39
+ gsub_file 'spec/spec_helper.rb', /config.use_transactional_fixtures = true/, 'config.use_transactional_fixtures = false'
40
40
  insert_into_file 'spec/spec_helper.rb', after: "config.infer_base_class_for_anonymous_controllers = false\n" do
41
41
  <<-EOF
42
42
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: highgroove_generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-06-29 00:00:00.000000000 Z
12
+ date: 2012-07-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
16
- requirement: &70199716099320 !ruby/object:Gem::Requirement
16
+ requirement: &70146052685800 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 3.2.0
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70199716099320
24
+ version_requirements: *70146052685800
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: thor
27
- requirement: &70199716098900 !ruby/object:Gem::Requirement
27
+ requirement: &70146052685380 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: '0'
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *70199716098900
35
+ version_requirements: *70146052685380
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: heroku
38
- requirement: &70199716098440 !ruby/object:Gem::Requirement
38
+ requirement: &70146052684920 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ! '>='
@@ -43,7 +43,7 @@ dependencies:
43
43
  version: '0'
44
44
  type: :runtime
45
45
  prerelease: false
46
- version_requirements: *70199716098440
46
+ version_requirements: *70146052684920
47
47
  description: Tool to generate a rails project ready for development
48
48
  email:
49
49
  - aubrey.c.rhodes@gmail.com
@@ -76,7 +76,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
76
76
  version: '0'
77
77
  segments:
78
78
  - 0
79
- hash: 858431572246551829
79
+ hash: 4088289144043747358
80
80
  required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  none: false
82
82
  requirements:
@@ -85,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
85
85
  version: '0'
86
86
  segments:
87
87
  - 0
88
- hash: 858431572246551829
88
+ hash: 4088289144043747358
89
89
  requirements: []
90
90
  rubyforge_project:
91
91
  rubygems_version: 1.8.15