make_it_so 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2e5d493b9a3ce14d3ea060b76894375efb0335d5
4
- data.tar.gz: 9749d2ca76326f4c092a93b265ef8cc0d6e4aa1c
3
+ metadata.gz: 60efe30551094e0651e6082750ad4eb07410da22
4
+ data.tar.gz: b0bd5c7fe61f9fa3b68c514164bafa07fa0e8147
5
5
  SHA512:
6
- metadata.gz: 5428e8af216dfd77669446285f6050d50a18189d02d40234d3df5a18ccae7d3e40082530fab9f18e45daca26ba9e17d9cf3091d0aaff48c9088ed0b5e9ae1b15
7
- data.tar.gz: 0f3fe01c86f3cdd706a995905ae8c6f65d2edfa241fe8d29564bce6fac85b52b62cb5c850679fea5a5cdec05198948a064691ca09b106d849c7b508a015aeae8
6
+ metadata.gz: e7bc7dcdb6fa6b3385c0ca193579651c08d380eb79dd1f028091f53b2a7986074000f2883fc34da64089d3993ae53b7494f5aa82790dce6b17de08cf0fa44cc8
7
+ data.tar.gz: 56e0931efe340b9bb8689c76d4d388cdf68b056ae112706cb33c77ed6e601fd3debd78bb46dfdc95c9b0c270111aa4565471e25c58afbecee9c4465b782291a4
data/Appraisals ADDED
@@ -0,0 +1,4 @@
1
+ appraise "rails-4-2" do
2
+ gem "railties", "~> 4.2.0"
3
+ end
4
+
data/README.md CHANGED
@@ -10,15 +10,7 @@ Gosu, and other paradigms are in progress.
10
10
 
11
11
  Add this line to your application's Gemfile:
12
12
 
13
- ```ruby
14
- gem 'make_it_so'
15
- ```
16
-
17
- And then execute:
18
-
19
- $ bundle
20
-
21
- Or install it yourself as:
13
+ Install it yourself as:
22
14
 
23
15
  $ gem install make_it_so
24
16
 
@@ -28,6 +20,12 @@ Or install it yourself as:
28
20
  make_it_so rails <app_name>
29
21
  ```
30
22
 
23
+ Then run:
24
+ ```ruby
25
+ rake db:create
26
+ rake db:migrate
27
+ ```
28
+
31
29
  ## Contributing
32
30
 
33
31
  1. Fork it ( https://github.com/[my-github-username]/make_it_so/fork )
data/Rakefile CHANGED
@@ -1,4 +1,5 @@
1
1
  require "bundler/gem_tasks"
2
+ require "bundler/setup"
2
3
 
3
4
  require 'rspec/core/rake_task'
4
5
  RSpec::Core::RakeTask.new(:rspec)
@@ -0,0 +1,11 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "railties", "~> 4.0.12"
6
+
7
+ group :development do
8
+ gem "pry"
9
+ end
10
+
11
+ gemspec :path => "../"
@@ -0,0 +1,88 @@
1
+ PATH
2
+ remote: ../
3
+ specs:
4
+ make_it_so (0.0.2)
5
+ railties
6
+ thor
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ actionpack (4.0.12)
12
+ activesupport (= 4.0.12)
13
+ builder (~> 3.1.0)
14
+ erubis (~> 2.7.0)
15
+ rack (~> 1.5.2)
16
+ rack-test (~> 0.6.2)
17
+ activesupport (4.0.12)
18
+ i18n (~> 0.6, >= 0.6.9)
19
+ minitest (~> 4.2)
20
+ multi_json (~> 1.3)
21
+ thread_safe (~> 0.1)
22
+ tzinfo (~> 0.3.37)
23
+ appraisal (1.0.2)
24
+ bundler
25
+ rake
26
+ thor (>= 0.14.0)
27
+ builder (3.1.4)
28
+ capybara (2.4.4)
29
+ mime-types (>= 1.16)
30
+ nokogiri (>= 1.3.3)
31
+ rack (>= 1.0.0)
32
+ rack-test (>= 0.5.4)
33
+ xpath (~> 2.0)
34
+ coderay (1.1.0)
35
+ diff-lcs (1.2.5)
36
+ erubis (2.7.0)
37
+ i18n (0.7.0)
38
+ method_source (0.8.2)
39
+ mime-types (2.4.3)
40
+ mini_portile (0.6.1)
41
+ minitest (4.7.5)
42
+ multi_json (1.10.1)
43
+ nokogiri (1.6.5)
44
+ mini_portile (~> 0.6.0)
45
+ pry (0.10.1)
46
+ coderay (~> 1.1.0)
47
+ method_source (~> 0.8.1)
48
+ slop (~> 3.4)
49
+ rack (1.5.2)
50
+ rack-test (0.6.2)
51
+ rack (>= 1.0)
52
+ railties (4.0.12)
53
+ actionpack (= 4.0.12)
54
+ activesupport (= 4.0.12)
55
+ rake (>= 0.8.7)
56
+ thor (>= 0.18.1, < 2.0)
57
+ rake (10.4.2)
58
+ rspec (3.1.0)
59
+ rspec-core (~> 3.1.0)
60
+ rspec-expectations (~> 3.1.0)
61
+ rspec-mocks (~> 3.1.0)
62
+ rspec-core (3.1.7)
63
+ rspec-support (~> 3.1.0)
64
+ rspec-expectations (3.1.2)
65
+ diff-lcs (>= 1.2.0, < 2.0)
66
+ rspec-support (~> 3.1.0)
67
+ rspec-mocks (3.1.3)
68
+ rspec-support (~> 3.1.0)
69
+ rspec-support (3.1.2)
70
+ slop (3.6.0)
71
+ thor (0.19.1)
72
+ thread_safe (0.3.4)
73
+ tzinfo (0.3.42)
74
+ xpath (2.0.0)
75
+ nokogiri (~> 1.3)
76
+
77
+ PLATFORMS
78
+ ruby
79
+
80
+ DEPENDENCIES
81
+ appraisal
82
+ bundler (~> 1.7)
83
+ capybara
84
+ make_it_so!
85
+ pry
86
+ railties (~> 4.0.12)
87
+ rake (~> 10.0)
88
+ rspec
@@ -0,0 +1,11 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "railties", "~> 4.1.8"
6
+
7
+ group :development do
8
+ gem "pry"
9
+ end
10
+
11
+ gemspec :path => "../"
@@ -0,0 +1,92 @@
1
+ PATH
2
+ remote: ../
3
+ specs:
4
+ make_it_so (0.0.2)
5
+ railties
6
+ thor
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ actionpack (4.1.8)
12
+ actionview (= 4.1.8)
13
+ activesupport (= 4.1.8)
14
+ rack (~> 1.5.2)
15
+ rack-test (~> 0.6.2)
16
+ actionview (4.1.8)
17
+ activesupport (= 4.1.8)
18
+ builder (~> 3.1)
19
+ erubis (~> 2.7.0)
20
+ activesupport (4.1.8)
21
+ i18n (~> 0.6, >= 0.6.9)
22
+ json (~> 1.7, >= 1.7.7)
23
+ minitest (~> 5.1)
24
+ thread_safe (~> 0.1)
25
+ tzinfo (~> 1.1)
26
+ appraisal (1.0.2)
27
+ bundler
28
+ rake
29
+ thor (>= 0.14.0)
30
+ builder (3.2.2)
31
+ capybara (2.4.4)
32
+ mime-types (>= 1.16)
33
+ nokogiri (>= 1.3.3)
34
+ rack (>= 1.0.0)
35
+ rack-test (>= 0.5.4)
36
+ xpath (~> 2.0)
37
+ coderay (1.1.0)
38
+ diff-lcs (1.2.5)
39
+ erubis (2.7.0)
40
+ i18n (0.7.0)
41
+ json (1.8.1)
42
+ method_source (0.8.2)
43
+ mime-types (2.4.3)
44
+ mini_portile (0.6.1)
45
+ minitest (5.5.0)
46
+ nokogiri (1.6.5)
47
+ mini_portile (~> 0.6.0)
48
+ pry (0.10.1)
49
+ coderay (~> 1.1.0)
50
+ method_source (~> 0.8.1)
51
+ slop (~> 3.4)
52
+ rack (1.5.2)
53
+ rack-test (0.6.2)
54
+ rack (>= 1.0)
55
+ railties (4.1.8)
56
+ actionpack (= 4.1.8)
57
+ activesupport (= 4.1.8)
58
+ rake (>= 0.8.7)
59
+ thor (>= 0.18.1, < 2.0)
60
+ rake (10.4.2)
61
+ rspec (3.1.0)
62
+ rspec-core (~> 3.1.0)
63
+ rspec-expectations (~> 3.1.0)
64
+ rspec-mocks (~> 3.1.0)
65
+ rspec-core (3.1.7)
66
+ rspec-support (~> 3.1.0)
67
+ rspec-expectations (3.1.2)
68
+ diff-lcs (>= 1.2.0, < 2.0)
69
+ rspec-support (~> 3.1.0)
70
+ rspec-mocks (3.1.3)
71
+ rspec-support (~> 3.1.0)
72
+ rspec-support (3.1.2)
73
+ slop (3.6.0)
74
+ thor (0.19.1)
75
+ thread_safe (0.3.4)
76
+ tzinfo (1.2.2)
77
+ thread_safe (~> 0.1)
78
+ xpath (2.0.0)
79
+ nokogiri (~> 1.3)
80
+
81
+ PLATFORMS
82
+ ruby
83
+
84
+ DEPENDENCIES
85
+ appraisal
86
+ bundler (~> 1.7)
87
+ capybara
88
+ make_it_so!
89
+ pry
90
+ railties (~> 4.1.8)
91
+ rake (~> 10.0)
92
+ rspec
@@ -0,0 +1,11 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "railties", "~> 4.2.0"
6
+
7
+ group :development do
8
+ gem "pry"
9
+ end
10
+
11
+ gemspec :path => "../"
@@ -0,0 +1,106 @@
1
+ PATH
2
+ remote: ../
3
+ specs:
4
+ make_it_so (0.0.2)
5
+ railties
6
+ thor
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ actionpack (4.2.0)
12
+ actionview (= 4.2.0)
13
+ activesupport (= 4.2.0)
14
+ rack (~> 1.6.0)
15
+ rack-test (~> 0.6.2)
16
+ rails-dom-testing (~> 1.0, >= 1.0.5)
17
+ rails-html-sanitizer (~> 1.0, >= 1.0.1)
18
+ actionview (4.2.0)
19
+ activesupport (= 4.2.0)
20
+ builder (~> 3.1)
21
+ erubis (~> 2.7.0)
22
+ rails-dom-testing (~> 1.0, >= 1.0.5)
23
+ rails-html-sanitizer (~> 1.0, >= 1.0.1)
24
+ activesupport (4.2.0)
25
+ i18n (~> 0.7)
26
+ json (~> 1.7, >= 1.7.7)
27
+ minitest (~> 5.1)
28
+ thread_safe (~> 0.3, >= 0.3.4)
29
+ tzinfo (~> 1.1)
30
+ appraisal (1.0.2)
31
+ bundler
32
+ rake
33
+ thor (>= 0.14.0)
34
+ builder (3.2.2)
35
+ capybara (2.4.4)
36
+ mime-types (>= 1.16)
37
+ nokogiri (>= 1.3.3)
38
+ rack (>= 1.0.0)
39
+ rack-test (>= 0.5.4)
40
+ xpath (~> 2.0)
41
+ coderay (1.1.0)
42
+ diff-lcs (1.2.5)
43
+ erubis (2.7.0)
44
+ i18n (0.7.0)
45
+ json (1.8.1)
46
+ loofah (2.0.1)
47
+ nokogiri (>= 1.5.9)
48
+ method_source (0.8.2)
49
+ mime-types (2.4.3)
50
+ mini_portile (0.6.1)
51
+ minitest (5.5.0)
52
+ nokogiri (1.6.5)
53
+ mini_portile (~> 0.6.0)
54
+ pry (0.10.1)
55
+ coderay (~> 1.1.0)
56
+ method_source (~> 0.8.1)
57
+ slop (~> 3.4)
58
+ rack (1.6.0)
59
+ rack-test (0.6.2)
60
+ rack (>= 1.0)
61
+ rails-deprecated_sanitizer (1.0.3)
62
+ activesupport (>= 4.2.0.alpha)
63
+ rails-dom-testing (1.0.5)
64
+ activesupport (>= 4.2.0.beta, < 5.0)
65
+ nokogiri (~> 1.6.0)
66
+ rails-deprecated_sanitizer (>= 1.0.1)
67
+ rails-html-sanitizer (1.0.1)
68
+ loofah (~> 2.0)
69
+ railties (4.2.0)
70
+ actionpack (= 4.2.0)
71
+ activesupport (= 4.2.0)
72
+ rake (>= 0.8.7)
73
+ thor (>= 0.18.1, < 2.0)
74
+ rake (10.4.2)
75
+ rspec (3.1.0)
76
+ rspec-core (~> 3.1.0)
77
+ rspec-expectations (~> 3.1.0)
78
+ rspec-mocks (~> 3.1.0)
79
+ rspec-core (3.1.7)
80
+ rspec-support (~> 3.1.0)
81
+ rspec-expectations (3.1.2)
82
+ diff-lcs (>= 1.2.0, < 2.0)
83
+ rspec-support (~> 3.1.0)
84
+ rspec-mocks (3.1.3)
85
+ rspec-support (~> 3.1.0)
86
+ rspec-support (3.1.2)
87
+ slop (3.6.0)
88
+ thor (0.19.1)
89
+ thread_safe (0.3.4)
90
+ tzinfo (1.2.2)
91
+ thread_safe (~> 0.1)
92
+ xpath (2.0.0)
93
+ nokogiri (~> 1.3)
94
+
95
+ PLATFORMS
96
+ ruby
97
+
98
+ DEPENDENCIES
99
+ appraisal
100
+ bundler (~> 1.7)
101
+ capybara
102
+ make_it_so!
103
+ pry
104
+ railties (~> 4.2.0)
105
+ rake (~> 10.0)
106
+ rspec
@@ -1,3 +1,3 @@
1
1
  module MakeItSo
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
data/make_it_so.gemspec CHANGED
@@ -19,9 +19,10 @@ Gem::Specification.new do |spec|
19
19
  spec.require_paths = ["lib"]
20
20
 
21
21
  spec.add_dependency "thor"
22
- spec.add_dependency "railties"
22
+ spec.add_dependency "railties", ">= 4.2"
23
23
 
24
24
  spec.add_development_dependency "bundler", "~> 1.7"
25
+ spec.add_development_dependency "appraisal"
25
26
  spec.add_development_dependency "rake", "~> 10.0"
26
27
  spec.add_development_dependency "rspec"
27
28
  spec.add_development_dependency "capybara"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: make_it_so
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Pickett
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-24 00:00:00.000000000 Z
11
+ date: 2014-12-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: '0'
33
+ version: '4.2'
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: '0'
40
+ version: '4.2'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: bundler
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -52,6 +52,20 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '1.7'
55
+ - !ruby/object:Gem::Dependency
56
+ name: appraisal
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
55
69
  - !ruby/object:Gem::Dependency
56
70
  name: rake
57
71
  requirement: !ruby/object:Gem::Requirement
@@ -104,11 +118,18 @@ extra_rdoc_files: []
104
118
  files:
105
119
  - ".gitignore"
106
120
  - ".rspec"
121
+ - Appraisals
107
122
  - Gemfile
108
123
  - LICENSE.txt
109
124
  - README.md
110
125
  - Rakefile
111
126
  - bin/make_it_so
127
+ - gemfiles/rails_4_0.gemfile
128
+ - gemfiles/rails_4_0.gemfile.lock
129
+ - gemfiles/rails_4_1.gemfile
130
+ - gemfiles/rails_4_1.gemfile.lock
131
+ - gemfiles/rails_4_2.gemfile
132
+ - gemfiles/rails_4_2.gemfile.lock
112
133
  - lib/generators/rails_app_generator.rb
113
134
  - lib/make_it_so.rb
114
135
  - lib/make_it_so/command_line_interface.rb