gunnertechnology 0.1.0 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
File without changes
|
data/lib/gunnertechnology.rb
CHANGED
@@ -3,6 +3,9 @@ require 'acts_as_authenticatable'
|
|
3
3
|
module Gunnertechnology
|
4
4
|
module Rails
|
5
5
|
class Railtie < ::Rails::Railtie
|
6
|
+
generators = config.respond_to?(:app_generators) ? config.app_generators : config.generators
|
7
|
+
generators.fixture_replacement :factory_girl
|
8
|
+
|
6
9
|
console do
|
7
10
|
end
|
8
11
|
|
@@ -11,9 +14,7 @@ module Gunnertechnology
|
|
11
14
|
|
12
15
|
initializer "name_that_initializer" do
|
13
16
|
end
|
14
|
-
|
15
|
-
generators do
|
16
|
-
end
|
17
|
+
|
17
18
|
|
18
19
|
config.generators do |g|
|
19
20
|
end
|
@@ -25,7 +26,7 @@ module Gunnertechnology
|
|
25
26
|
end
|
26
27
|
|
27
28
|
config.before_configuration do
|
28
|
-
config.action_view.stylesheet_expansions[:defaults] = ["reset", "profiling/yahoo-profiling", "text", "grids/1008_24_10_10", "
|
29
|
+
config.action_view.stylesheet_expansions[:defaults] = ["reset", "profiling/yahoo-profiling", "text", "grids/1008_24_10_10", "grids/fluid", "application"]
|
29
30
|
config.action_view.javascript_expansions[:defaults] += ["libs/modernizr-1.6.min.js","plugins.js","script.js","libs/dd_belatedpng.js","profiling/yahoo-profiling.min.js"]
|
30
31
|
end
|
31
32
|
|
metadata
CHANGED
@@ -1,13 +1,12 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gunnertechnology
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
prerelease:
|
4
|
+
prerelease: false
|
6
5
|
segments:
|
7
6
|
- 0
|
8
7
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
8
|
+
- 2
|
9
|
+
version: 0.1.2
|
11
10
|
platform: ruby
|
12
11
|
authors:
|
13
12
|
- Cody Swann
|
@@ -26,7 +25,6 @@ dependencies:
|
|
26
25
|
requirements:
|
27
26
|
- - ~>
|
28
27
|
- !ruby/object:Gem::Version
|
29
|
-
hash: 7
|
30
28
|
segments:
|
31
29
|
- 3
|
32
30
|
- 0
|
@@ -41,7 +39,6 @@ dependencies:
|
|
41
39
|
requirements:
|
42
40
|
- - ~>
|
43
41
|
- !ruby/object:Gem::Version
|
44
|
-
hash: 27
|
45
42
|
segments:
|
46
43
|
- 0
|
47
44
|
- 2
|
@@ -57,7 +54,6 @@ dependencies:
|
|
57
54
|
requirements:
|
58
55
|
- - ~>
|
59
56
|
- !ruby/object:Gem::Version
|
60
|
-
hash: 25
|
61
57
|
segments:
|
62
58
|
- 1
|
63
59
|
- 1
|
@@ -73,7 +69,6 @@ dependencies:
|
|
73
69
|
requirements:
|
74
70
|
- - ~>
|
75
71
|
- !ruby/object:Gem::Version
|
76
|
-
hash: 23
|
77
72
|
segments:
|
78
73
|
- 0
|
79
74
|
- 1
|
@@ -89,7 +84,6 @@ dependencies:
|
|
89
84
|
requirements:
|
90
85
|
- - ~>
|
91
86
|
- !ruby/object:Gem::Version
|
92
|
-
hash: 27
|
93
87
|
segments:
|
94
88
|
- 1
|
95
89
|
- 3
|
@@ -105,7 +99,6 @@ dependencies:
|
|
105
99
|
requirements:
|
106
100
|
- - ~>
|
107
101
|
- !ruby/object:Gem::Version
|
108
|
-
hash: 11
|
109
102
|
segments:
|
110
103
|
- 0
|
111
104
|
- 4
|
@@ -171,6 +164,7 @@ files:
|
|
171
164
|
- lib/generators/gunnertechnology/project/templates/public/javascripts/profiling/config.js
|
172
165
|
- lib/generators/gunnertechnology/project/templates/public/javascripts/profiling/yahoo-profiling.min.js
|
173
166
|
- lib/generators/gunnertechnology/project/templates/public/javascripts/script.js
|
167
|
+
- lib/generators/gunnertechnology/project/templates/public/stylesheets/application.css
|
174
168
|
- lib/generators/gunnertechnology/project/templates/public/stylesheets/grids/1008_24_10_10.css
|
175
169
|
- lib/generators/gunnertechnology/project/templates/public/stylesheets/grids/fluid.css
|
176
170
|
- lib/generators/gunnertechnology/project/templates/public/stylesheets/handheld.css
|
@@ -195,7 +189,6 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
195
189
|
requirements:
|
196
190
|
- - ">="
|
197
191
|
- !ruby/object:Gem::Version
|
198
|
-
hash: 3
|
199
192
|
segments:
|
200
193
|
- 0
|
201
194
|
version: "0"
|
@@ -204,14 +197,13 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
204
197
|
requirements:
|
205
198
|
- - ">="
|
206
199
|
- !ruby/object:Gem::Version
|
207
|
-
hash: 3
|
208
200
|
segments:
|
209
201
|
- 0
|
210
202
|
version: "0"
|
211
203
|
requirements: []
|
212
204
|
|
213
205
|
rubyforge_project: gunnertechnology
|
214
|
-
rubygems_version: 1.
|
206
|
+
rubygems_version: 1.3.7
|
215
207
|
signing_key:
|
216
208
|
specification_version: 3
|
217
209
|
summary: GT Functionality Packaged as a Gem for Easy Reuse
|