staticker 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Staticker
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: staticker
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.4
5
+ version: 0.0.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Gunner Technology, Cody Swann
@@ -10,16 +10,16 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-09-01 00:00:00 Z
13
+ date: 2012-05-17 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails
17
17
  requirement: &id001 !ruby/object:Gem::Requirement
18
18
  none: false
19
19
  requirements:
20
- - - "="
20
+ - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.1.0
22
+ version: 3.1.4
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: *id001
@@ -83,17 +83,12 @@ files:
83
83
  - test/dummy/config/locales/en.yml
84
84
  - test/dummy/config/routes.rb
85
85
  - test/dummy/config.ru
86
- - test/dummy/db/development.sqlite3
87
- - test/dummy/log/development.log
88
86
  - test/dummy/public/404.html
89
87
  - test/dummy/public/422.html
90
88
  - test/dummy/public/500.html
91
89
  - test/dummy/public/favicon.ico
92
90
  - test/dummy/Rakefile
93
91
  - test/dummy/script/rails
94
- - test/dummy/tmp/cache/assets/D05/370/sprockets%2Fbed7cc4e10b60c1912c8b615008288d8
95
- - test/dummy/tmp/cache/assets/D4D/680/sprockets%2F873950089c8b92c36994f6bbbaed1ec1
96
- - test/dummy/tmp/cache/assets/D95/840/sprockets%2Fa48eb5f2280d278bca7e10d19cde0d80
97
92
  - test/functional/staticker/pages_controller_test.rb
98
93
  - test/integration/navigation_test.rb
99
94
  - test/staticker_test.rb
@@ -112,7 +107,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
112
107
  requirements:
113
108
  - - ">="
114
109
  - !ruby/object:Gem::Version
115
- hash: 351775667697316954
110
+ hash: -1902157322303414784
116
111
  segments:
117
112
  - 0
118
113
  version: "0"
@@ -121,14 +116,14 @@ required_rubygems_version: !ruby/object:Gem::Requirement
121
116
  requirements:
122
117
  - - ">="
123
118
  - !ruby/object:Gem::Version
124
- hash: 351775667697316954
119
+ hash: -1902157322303414784
125
120
  segments:
126
121
  - 0
127
122
  version: "0"
128
123
  requirements: []
129
124
 
130
125
  rubyforge_project:
131
- rubygems_version: 1.8.8
126
+ rubygems_version: 1.8.11
132
127
  signing_key:
133
128
  specification_version: 3
134
129
  summary: Easily create static pages for rails applications
@@ -154,17 +149,12 @@ test_files:
154
149
  - test/dummy/config/locales/en.yml
155
150
  - test/dummy/config/routes.rb
156
151
  - test/dummy/config.ru
157
- - test/dummy/db/development.sqlite3
158
- - test/dummy/log/development.log
159
152
  - test/dummy/public/404.html
160
153
  - test/dummy/public/422.html
161
154
  - test/dummy/public/500.html
162
155
  - test/dummy/public/favicon.ico
163
156
  - test/dummy/Rakefile
164
157
  - test/dummy/script/rails
165
- - test/dummy/tmp/cache/assets/D05/370/sprockets%2Fbed7cc4e10b60c1912c8b615008288d8
166
- - test/dummy/tmp/cache/assets/D4D/680/sprockets%2F873950089c8b92c36994f6bbbaed1ec1
167
- - test/dummy/tmp/cache/assets/D95/840/sprockets%2Fa48eb5f2280d278bca7e10d19cde0d80
168
158
  - test/functional/staticker/pages_controller_test.rb
169
159
  - test/integration/navigation_test.rb
170
160
  - test/staticker_test.rb
File without changes
@@ -1,83 +0,0 @@
1
-
2
-
3
- Started GET "/pages/home" for 127.0.0.1 at 2011-08-20 07:57:10 -0400
4
-
5
- ActionController::RoutingError (No route matches [GET] "/pages/home"):
6
-
7
-
8
- Rendered /Users/cody/.rvm/gems/ruby-1.9.2-p290@qualis/gems/actionpack-3.1.0.rc6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (10.1ms)
9
-
10
-
11
- Started GET "/stacticker/pages/home" for 127.0.0.1 at 2011-08-20 07:57:22 -0400
12
-
13
- ActionController::RoutingError (No route matches [GET] "/stacticker/pages/home"):
14
-
15
-
16
- Rendered /Users/cody/.rvm/gems/ruby-1.9.2-p290@qualis/gems/actionpack-3.1.0.rc6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
17
-
18
-
19
- Started GET "/staticker/pages/home" for 127.0.0.1 at 2011-08-20 07:57:39 -0400
20
-
21
- ActionController::RoutingError (No route matches [GET] "/staticker/pages/home"):
22
-
23
-
24
- Rendered /Users/cody/.rvm/gems/ruby-1.9.2-p290@qualis/gems/actionpack-3.1.0.rc6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
25
-
26
-
27
- Started GET "/staticker/pages/home" for 127.0.0.1 at 2011-08-20 07:58:23 -0400
28
-
29
- ArgumentError (missing :action):
30
-
31
-
32
- Rendered /Users/cody/.rvm/gems/ruby-1.9.2-p290@qualis/gems/actionpack-3.1.0.rc6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms)
33
- Rendered /Users/cody/.rvm/gems/ruby-1.9.2-p290@qualis/gems/actionpack-3.1.0.rc6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (17.7ms)
34
- Rendered /Users/cody/.rvm/gems/ruby-1.9.2-p290@qualis/gems/actionpack-3.1.0.rc6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (23.0ms)
35
-
36
-
37
- Started GET "/staticker/pages/home" for 127.0.0.1 at 2011-08-20 07:58:56 -0400
38
-
39
- ActionController::RoutingError (No route matches [GET] "/staticker/pages/home"):
40
-
41
-
42
- Rendered /Users/cody/.rvm/gems/ruby-1.9.2-p290@qualis/gems/actionpack-3.1.0.rc6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
43
-
44
-
45
- Started GET "/staticker/home" for 127.0.0.1 at 2011-08-20 07:59:04 -0400
46
- Processing by Staticker::PagesController#show as HTML
47
- Parameters: {"id"=>"home"}
48
- Rendered /Users/cody/workspace/ruby/rails/engines/staticker/app/views/staticker/pages/home.html.erb within layouts/staticker/application (0.3ms)
49
- Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
50
-
51
-
52
- Started GET "/assets/staticker/application.css" for 127.0.0.1 at 2011-08-20 07:59:04 -0400
53
- Compiled ~/workspace/ruby/rails/engines/staticker/app/assets/stylesheets/staticker/application.css (1ms) (pid 74045)
54
- Compiled ~/workspace/ruby/rails/engines/staticker/app/assets/stylesheets/staticker/pages.css (0ms) (pid 74045)
55
- Compiled ~/workspace/ruby/rails/engines/staticker/app/assets/stylesheets/staticker/application.css (0ms) (pid 74045)
56
- Served asset /staticker/application.css - 200 OK (55ms)
57
-
58
-
59
- Started GET "/assets/staticker/application.js" for 127.0.0.1 at 2011-08-20 07:59:04 -0400
60
- Error compiling asset staticker/application.js:
61
- Sprockets::FileNotFound: couldn't find file 'jquery'
62
- (in /Users/cody/workspace/ruby/rails/engines/staticker/app/assets/javascripts/staticker/application.js:7)
63
- Served asset /staticker/application.js - 500 Internal Server Error
64
-
65
-
66
-
67
- Started GET "/staticker/home" for 127.0.0.1 at 2011-08-20 07:59:13 -0400
68
- Processing by Staticker::PagesController#show as HTML
69
- Parameters: {"id"=>"home"}
70
- Rendered /Users/cody/workspace/ruby/rails/engines/staticker/app/views/staticker/pages/home.html.erb within layouts/staticker/application (0.0ms)
71
- Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms)
72
-
73
-
74
- Started GET "/assets/staticker/application.css" for 127.0.0.1 at 2011-08-20 07:59:13 -0400
75
- Served asset /staticker/application.css - 304 Not Modified (0ms)
76
-
77
-
78
- Started GET "/assets/staticker/application.js" for 127.0.0.1 at 2011-08-20 07:59:13 -0400
79
- Error compiling asset staticker/application.js:
80
- Sprockets::FileNotFound: couldn't find file 'jquery'
81
- (in /Users/cody/workspace/ruby/rails/engines/staticker/app/assets/javascripts/staticker/application.js:7)
82
- Served asset /staticker/application.js - 500 Internal Server Error
83
-