awesome_engine 0.1.1 → 0.1.2
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.
- data/lib/awesome_engine/version.rb +1 -1
- metadata +53 -50
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: awesome_engine
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,19 +9,22 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-
|
|
12
|
+
date: 2012-02-24 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: railties
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &70687940 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ~>
|
|
20
|
+
- !ruby/object:Gem::Version
|
|
21
|
+
version: '3'
|
|
22
|
+
- - ! '>='
|
|
20
23
|
- !ruby/object:Gem::Version
|
|
21
24
|
version: 3.1.3
|
|
22
25
|
type: :runtime
|
|
23
26
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
27
|
+
version_requirements: *70687940
|
|
25
28
|
description:
|
|
26
29
|
email:
|
|
27
30
|
- juniorz@gmail.com
|
|
@@ -29,43 +32,43 @@ executables: []
|
|
|
29
32
|
extensions: []
|
|
30
33
|
extra_rdoc_files: []
|
|
31
34
|
files:
|
|
35
|
+
- lib/tasks/awesome_engine_tasks.rake
|
|
32
36
|
- lib/awesome_engine/core_ext/module.rb
|
|
33
37
|
- lib/awesome_engine/extendable.rb
|
|
34
38
|
- lib/awesome_engine/extender.rb
|
|
35
39
|
- lib/awesome_engine/extension.rb
|
|
36
40
|
- lib/awesome_engine/version.rb
|
|
37
41
|
- lib/awesome_engine.rb
|
|
38
|
-
- lib/tasks/awesome_engine_tasks.rake
|
|
39
42
|
- MIT-LICENSE
|
|
40
43
|
- Rakefile
|
|
41
44
|
- README.markdown
|
|
42
|
-
- test/
|
|
43
|
-
- test/dummy/
|
|
44
|
-
- test/dummy/
|
|
45
|
-
- test/dummy/
|
|
46
|
-
- test/dummy/
|
|
47
|
-
- test/dummy/app/views/layouts/application.html.erb
|
|
48
|
-
- test/dummy/config/application.rb
|
|
49
|
-
- test/dummy/config/boot.rb
|
|
50
|
-
- test/dummy/config/environment.rb
|
|
45
|
+
- test/dummy/Rakefile
|
|
46
|
+
- test/dummy/public/404.html
|
|
47
|
+
- test/dummy/public/favicon.ico
|
|
48
|
+
- test/dummy/public/422.html
|
|
49
|
+
- test/dummy/public/500.html
|
|
51
50
|
- test/dummy/config/environments/development.rb
|
|
52
|
-
- test/dummy/config/environments/production.rb
|
|
53
51
|
- test/dummy/config/environments/test.rb
|
|
54
|
-
- test/dummy/config/
|
|
52
|
+
- test/dummy/config/environments/production.rb
|
|
53
|
+
- test/dummy/config/boot.rb
|
|
54
|
+
- test/dummy/config/locales/en.yml
|
|
55
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
|
55
56
|
- test/dummy/config/initializers/inflections.rb
|
|
56
|
-
- test/dummy/config/initializers/mime_types.rb
|
|
57
|
-
- test/dummy/config/initializers/secret_token.rb
|
|
58
57
|
- test/dummy/config/initializers/session_store.rb
|
|
59
|
-
- test/dummy/config/initializers/
|
|
60
|
-
- test/dummy/config/
|
|
58
|
+
- test/dummy/config/initializers/secret_token.rb
|
|
59
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
|
60
|
+
- test/dummy/config/initializers/mime_types.rb
|
|
61
61
|
- test/dummy/config/routes.rb
|
|
62
|
-
- test/dummy/config.
|
|
63
|
-
- test/dummy/
|
|
64
|
-
- test/dummy/public/422.html
|
|
65
|
-
- test/dummy/public/500.html
|
|
66
|
-
- test/dummy/public/favicon.ico
|
|
67
|
-
- test/dummy/Rakefile
|
|
62
|
+
- test/dummy/config/application.rb
|
|
63
|
+
- test/dummy/config/environment.rb
|
|
68
64
|
- test/dummy/script/rails
|
|
65
|
+
- test/dummy/app/views/layouts/application.html.erb
|
|
66
|
+
- test/dummy/app/helpers/application_helper.rb
|
|
67
|
+
- test/dummy/app/controllers/application_controller.rb
|
|
68
|
+
- test/dummy/app/assets/javascripts/application.js
|
|
69
|
+
- test/dummy/app/assets/stylesheets/application.css
|
|
70
|
+
- test/dummy/config.ru
|
|
71
|
+
- test/awesome_engine_test.rb
|
|
69
72
|
- test/test_helper.rb
|
|
70
73
|
homepage: http://github.com/juniorz/awesome_engine
|
|
71
74
|
licenses: []
|
|
@@ -81,7 +84,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
81
84
|
version: '0'
|
|
82
85
|
segments:
|
|
83
86
|
- 0
|
|
84
|
-
hash:
|
|
87
|
+
hash: -291605549
|
|
85
88
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
86
89
|
none: false
|
|
87
90
|
requirements:
|
|
@@ -90,39 +93,39 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
90
93
|
version: '0'
|
|
91
94
|
segments:
|
|
92
95
|
- 0
|
|
93
|
-
hash:
|
|
96
|
+
hash: -291605549
|
|
94
97
|
requirements: []
|
|
95
98
|
rubyforge_project:
|
|
96
|
-
rubygems_version: 1.8.
|
|
99
|
+
rubygems_version: 1.8.15
|
|
97
100
|
signing_key:
|
|
98
101
|
specification_version: 3
|
|
99
102
|
summary: Rails Engines with automagic extensions.
|
|
100
103
|
test_files:
|
|
101
|
-
- test/
|
|
102
|
-
- test/dummy/
|
|
103
|
-
- test/dummy/
|
|
104
|
-
- test/dummy/
|
|
105
|
-
- test/dummy/
|
|
106
|
-
- test/dummy/app/views/layouts/application.html.erb
|
|
107
|
-
- test/dummy/config/application.rb
|
|
108
|
-
- test/dummy/config/boot.rb
|
|
109
|
-
- test/dummy/config/environment.rb
|
|
104
|
+
- test/dummy/Rakefile
|
|
105
|
+
- test/dummy/public/404.html
|
|
106
|
+
- test/dummy/public/favicon.ico
|
|
107
|
+
- test/dummy/public/422.html
|
|
108
|
+
- test/dummy/public/500.html
|
|
110
109
|
- test/dummy/config/environments/development.rb
|
|
111
|
-
- test/dummy/config/environments/production.rb
|
|
112
110
|
- test/dummy/config/environments/test.rb
|
|
113
|
-
- test/dummy/config/
|
|
111
|
+
- test/dummy/config/environments/production.rb
|
|
112
|
+
- test/dummy/config/boot.rb
|
|
113
|
+
- test/dummy/config/locales/en.yml
|
|
114
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
|
114
115
|
- test/dummy/config/initializers/inflections.rb
|
|
115
|
-
- test/dummy/config/initializers/mime_types.rb
|
|
116
|
-
- test/dummy/config/initializers/secret_token.rb
|
|
117
116
|
- test/dummy/config/initializers/session_store.rb
|
|
118
|
-
- test/dummy/config/initializers/
|
|
119
|
-
- test/dummy/config/
|
|
117
|
+
- test/dummy/config/initializers/secret_token.rb
|
|
118
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
|
119
|
+
- test/dummy/config/initializers/mime_types.rb
|
|
120
120
|
- test/dummy/config/routes.rb
|
|
121
|
-
- test/dummy/config.
|
|
122
|
-
- test/dummy/
|
|
123
|
-
- test/dummy/public/422.html
|
|
124
|
-
- test/dummy/public/500.html
|
|
125
|
-
- test/dummy/public/favicon.ico
|
|
126
|
-
- test/dummy/Rakefile
|
|
121
|
+
- test/dummy/config/application.rb
|
|
122
|
+
- test/dummy/config/environment.rb
|
|
127
123
|
- test/dummy/script/rails
|
|
124
|
+
- test/dummy/app/views/layouts/application.html.erb
|
|
125
|
+
- test/dummy/app/helpers/application_helper.rb
|
|
126
|
+
- test/dummy/app/controllers/application_controller.rb
|
|
127
|
+
- test/dummy/app/assets/javascripts/application.js
|
|
128
|
+
- test/dummy/app/assets/stylesheets/application.css
|
|
129
|
+
- test/dummy/config.ru
|
|
130
|
+
- test/awesome_engine_test.rb
|
|
128
131
|
- test/test_helper.rb
|