easy_api_doc 0.2.1 → 0.3.0

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.
Files changed (58) hide show
  1. data/README.md +100 -0
  2. data/app/controllers/easy_api_doc/application_controller.rb +10 -0
  3. data/lib/easy_api_doc.rb +5 -0
  4. data/lib/easy_api_doc/cancan.rb +35 -0
  5. data/lib/easy_api_doc/options.rb +25 -0
  6. data/lib/easy_api_doc/version.rb +1 -1
  7. metadata +23 -125
  8. checksums.yaml +0 -7
  9. data/README.rdoc +0 -58
  10. data/test/dummy/log/development.log +0 -742
  11. data/test/dummy/tmp/cache/assets/development/sprockets/04965396c9cfe69081b5dd98c3212fae +0 -0
  12. data/test/dummy/tmp/cache/assets/development/sprockets/16d88b38a506ba01a817e258ad8fb263 +0 -0
  13. data/test/dummy/tmp/cache/assets/development/sprockets/203aa633656e7d9c927c57c46e470c83 +0 -0
  14. data/test/dummy/tmp/cache/assets/development/sprockets/2f062b493cefffdbc012a973e9a105d5 +0 -0
  15. data/test/dummy/tmp/cache/assets/development/sprockets/2f0ed6020953bd16ba9b363edbf7cda0 +0 -0
  16. data/test/dummy/tmp/cache/assets/development/sprockets/30465ccaba36954861158b4242883bd6 +0 -0
  17. data/test/dummy/tmp/cache/assets/development/sprockets/36351f369d6eaf233c5e86e07555c170 +0 -0
  18. data/test/dummy/tmp/cache/assets/development/sprockets/405c9c78a785fb067d1c67657cfc62ef +0 -0
  19. data/test/dummy/tmp/cache/assets/development/sprockets/4abfd2becb22be944eb58bcf7107c873 +0 -0
  20. data/test/dummy/tmp/cache/assets/development/sprockets/4c371d51ee36edfddc4b8428b18dd632 +0 -0
  21. data/test/dummy/tmp/cache/assets/development/sprockets/4e7b4f8fde8fe12c9c12da639bed576e +0 -0
  22. data/test/dummy/tmp/cache/assets/development/sprockets/543e8b4a615c1577865f6ef73059d40f +0 -0
  23. data/test/dummy/tmp/cache/assets/development/sprockets/593636db3cefe193ebf65f5b58f57c9a +0 -0
  24. data/test/dummy/tmp/cache/assets/development/sprockets/67409083f86d1b03662b495d04418132 +0 -0
  25. data/test/dummy/tmp/cache/assets/development/sprockets/6afb7fed89c6f68558c4186d7a740a3a +0 -0
  26. data/test/dummy/tmp/cache/assets/development/sprockets/6b1110992dffe4c4455380229a0b8dff +0 -0
  27. data/test/dummy/tmp/cache/assets/development/sprockets/6db6675fbfed66d3d342f71869217dac +0 -0
  28. data/test/dummy/tmp/cache/assets/development/sprockets/75d2dc9028e3a3f3e6ca14d8f2fe7b5e +0 -0
  29. data/test/dummy/tmp/cache/assets/development/sprockets/76b036b95dde7edc081890640b4e7ed0 +0 -0
  30. data/test/dummy/tmp/cache/assets/development/sprockets/76da432edc6235bd7d73c3335233b1ed +0 -0
  31. data/test/dummy/tmp/cache/assets/development/sprockets/76faccd1d102ff2260e90ba48328b865 +0 -0
  32. data/test/dummy/tmp/cache/assets/development/sprockets/7cbc737c6b2b24706bf9170823e12d87 +0 -0
  33. data/test/dummy/tmp/cache/assets/development/sprockets/7de191b871e66d0c65b1cbaf04a60f58 +0 -0
  34. data/test/dummy/tmp/cache/assets/development/sprockets/802227e7577d1f42b5991586df8c9f02 +0 -0
  35. data/test/dummy/tmp/cache/assets/development/sprockets/848e56c99230cfa8034c10a99fc52c28 +0 -0
  36. data/test/dummy/tmp/cache/assets/development/sprockets/8619cf373138f78fdaab67c14cf6593b +0 -0
  37. data/test/dummy/tmp/cache/assets/development/sprockets/8b8f23bb1606d4e7f5738827686ff14f +0 -0
  38. data/test/dummy/tmp/cache/assets/development/sprockets/8dde0af325a3c57426da61982576c899 +0 -0
  39. data/test/dummy/tmp/cache/assets/development/sprockets/92396eadb57dc8abfb0bf5b3a01295a8 +0 -0
  40. data/test/dummy/tmp/cache/assets/development/sprockets/92a86617e44e9093fb483fc122b75752 +0 -0
  41. data/test/dummy/tmp/cache/assets/development/sprockets/940b911c55d2dc0ea6ca56b25f087739 +0 -0
  42. data/test/dummy/tmp/cache/assets/development/sprockets/a39a3034ca0b3e6ae8eaca11c3ca5ad6 +0 -0
  43. data/test/dummy/tmp/cache/assets/development/sprockets/a8036af98430c82633505d9ca5fcde5f +0 -0
  44. data/test/dummy/tmp/cache/assets/development/sprockets/b4869b1ad3dab2a1821989791a57171f +0 -0
  45. data/test/dummy/tmp/cache/assets/development/sprockets/b7ad7703003d24dab911bd3730756ca6 +0 -0
  46. data/test/dummy/tmp/cache/assets/development/sprockets/b89605b311bfb96d01c875e7a9710861 +0 -0
  47. data/test/dummy/tmp/cache/assets/development/sprockets/c237c4326b837e51c2650d4f6ed7b7a5 +0 -0
  48. data/test/dummy/tmp/cache/assets/development/sprockets/c780d1da090d4bb4d9fa09753f04e17f +0 -0
  49. data/test/dummy/tmp/cache/assets/development/sprockets/ca91101b167a195ab54cdbc39efec3e9 +0 -0
  50. data/test/dummy/tmp/cache/assets/development/sprockets/cdb61eee371606ef082a5ee3189889d2 +0 -0
  51. data/test/dummy/tmp/cache/assets/development/sprockets/d86f52fe55c0b5686bacec92537b0c03 +0 -0
  52. data/test/dummy/tmp/cache/assets/development/sprockets/e9636c04426623ad28848cb917d96a95 +0 -0
  53. data/test/dummy/tmp/cache/assets/development/sprockets/ee9a7b09a7ab141b6ae0cf8ce9197a3c +0 -0
  54. data/test/dummy/tmp/cache/assets/development/sprockets/f0fcdc72564e7709bcdeb9e88dd86135 +0 -0
  55. data/test/dummy/tmp/cache/assets/development/sprockets/f5bcd46e1a1371d63dec98bc97bcda4c +0 -0
  56. data/test/dummy/tmp/cache/assets/development/sprockets/fb3e3925ae8dcb2704d2602719387463 +0 -0
  57. data/test/dummy/tmp/cache/assets/development/sprockets/fcbbb63c7069e7c3b471d13ff0441d2a +0 -0
  58. data/test/dummy/tmp/cache/assets/development/sprockets/ff8858e82d7df03c855d847837676e31 +0 -0
@@ -0,0 +1,100 @@
1
+ # EasyApiDoc
2
+
3
+ This project rocks and uses MIT-LICENSE.
4
+
5
+ ## Installation
6
+ Add to your application's Gemfile:
7
+
8
+ gem 'easy_api_doc'
9
+
10
+ or
11
+
12
+ gem 'easy_api_doc', :git => 'git@github.com:AbleTech/easy_api_doc.git'
13
+
14
+ ## Usage
15
+
16
+ ### Config files
17
+
18
+ See *test/dummy/doc/api_doc.yml* for an example YAML config file.
19
+
20
+ This project is a work in progress, and doesn't hold your hand with validating the config file format yet.
21
+ It's current supported format is: (nodes named with <> are to be named whatever you like)
22
+
23
+ Use the rails convention of specifying dynamic url paramaters via `:id`
24
+
25
+ api:
26
+ <version_number>:
27
+ defaults:
28
+ domain: api.example.com
29
+ protocol: http
30
+ ...
31
+ <namespace>:
32
+ description: "..."
33
+ detail: "..."
34
+ formats: "json, xml"
35
+ authentication:
36
+ type: basic
37
+ user: admin
38
+ password: password
39
+ resources:
40
+ <users>:
41
+ description: "..."
42
+ actions:
43
+ <update>:
44
+ http_method: POST
45
+ uri: /users/:id
46
+ description: "..."
47
+ parameters:
48
+ <id>:
49
+ type: integer
50
+ example: 1
51
+ <account_type>:
52
+ type: string
53
+ default: personal
54
+ <nested_record>:
55
+ <nested_attr>:
56
+ type: string
57
+ example: test@example.com
58
+
59
+ ### Routes
60
+ Add to your application's routes.rb:
61
+
62
+ mount EasyApiDoc::Engine => "/api_docs"
63
+
64
+ ## Options
65
+ Put your options in an initializer, like *config/initializers/easy_api_doc.rb*
66
+
67
+ Example:
68
+
69
+ EasyApiDoc.options do |options|
70
+ # options here
71
+ end
72
+
73
+
74
+ ### Authentication
75
+ By default authentication is non-existent and anyone can access the docs.
76
+ You can specify authentication like so...
77
+
78
+ options.authenticate_with do
79
+ authenticate_user!
80
+ end
81
+
82
+ Whatever you pass to `authenticate_with` is evaluated as a before_filter on EasyApiDoc controllers.
83
+ The example above uses the Devise method `authenticate_user!`
84
+
85
+ ### Authorization
86
+ There is no authorization unless specified. Anyone can access anything.
87
+
88
+ #### Custom
89
+ Whatever you pass to `authorize_with` is evaluated as a before_filter on EasyApiDoc controllers.
90
+
91
+ options.authorize_with do
92
+ redirect_to root_path unless user.is_admin?
93
+ end
94
+
95
+ #### CanCan
96
+ You can use [CanCan](https://github.com/ryanb/cancan) to authorize access.
97
+
98
+ You need to send `:cancan` to the `authorize_with` option. You *must* also send (as a second parameter) the name of the method used to access the current user. e.g. with Devise this is `current_user`.
99
+
100
+ options.authorize_with :cancan, :current_user
@@ -2,9 +2,19 @@ module EasyApiDoc
2
2
  class ApplicationController < ActionController::Base
3
3
 
4
4
  before_filter :load_versions
5
+ before_filter :authenticate!
6
+ before_filter :authorize!
5
7
 
6
8
  protected
7
9
 
10
+ def authenticate!
11
+ instance_eval &EasyApiDoc::Options.authenticate_with
12
+ end
13
+
14
+ def authorize!
15
+ instance_eval &EasyApiDoc::Options.authorize_with
16
+ end
17
+
8
18
  def load_versions
9
19
  @api_versions = EasyApiDoc::ApiVersion.all
10
20
  end
@@ -1,6 +1,11 @@
1
1
  require "easy_api_doc/engine"
2
+ require "easy_api_doc/options"
3
+ require "easy_api_doc/cancan"
2
4
  require "configuration"
3
5
  require "configurable"
4
6
 
5
7
  module EasyApiDoc
8
+ def self.options(&block)
9
+ block.call(EasyApiDoc::Options)
10
+ end
6
11
  end
@@ -0,0 +1,35 @@
1
+ module EasyApiDoc
2
+ class Cancan
3
+ def initialize(controller, current_user_method, ability = ::Ability)
4
+ @controller = controller
5
+ @current_user_method = current_user_method
6
+ @controller.instance_variable_set '@ability', ability
7
+ @controller.extend ControllerExtension
8
+ @controller.current_ability.authorize! :access, :api_docs
9
+ end
10
+
11
+ # def authorize(action, abstract_model = nil, model_object = nil)
12
+ # @controller.current_ability.authorize!(action, model_object || abstract_model && abstract_model.model) if action
13
+ # end
14
+
15
+ # def authorized?(action, abstract_model = nil, model_object = nil)
16
+ # @controller.current_ability.can?(action, model_object || abstract_model && abstract_model.model) if action
17
+ # end
18
+
19
+ # def query(action, abstract_model)
20
+ # abstract_model.model.accessible_by(@controller.current_ability, action)
21
+ # end
22
+
23
+ # def attributes_for(action, abstract_model)
24
+ # @controller.current_ability.attributes_for(action, abstract_model && abstract_model.model)
25
+ # end
26
+
27
+ private
28
+
29
+ module ControllerExtension
30
+ def current_ability
31
+ @current_ability ||= @ability.new(send(@current_user_method))
32
+ end
33
+ end
34
+ end
35
+ end
@@ -0,0 +1,25 @@
1
+ module EasyApiDoc
2
+ module Options
3
+ class << self
4
+
5
+ def authenticate_with(&block)
6
+ @authenticate = block if block
7
+ @authenticate || Proc.new {}
8
+ end
9
+
10
+ def authorize_with(*args, &block)
11
+ authorization_type = args.shift
12
+ current_user_method = args.shift
13
+ if authorization_type
14
+ @authorize = Proc.new {
15
+ @current_user_method = current_user_method
16
+ @authorization_type = ('EasyApiDoc::' + authorization_type.to_s.classify).constantize.new(self, @current_user_method)
17
+ }
18
+ else
19
+ @authorize = block if block
20
+ end
21
+ @authorize || Proc.new {}
22
+ end
23
+ end
24
+ end
25
+ end
@@ -1,3 +1,3 @@
1
1
  module EasyApiDoc
2
- VERSION = "0.2.1"
2
+ VERSION = "0.3.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: easy_api_doc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.3.0
5
+ prerelease:
5
6
  platform: ruby
6
7
  authors:
7
8
  - Jeremy Olliver
@@ -10,50 +11,41 @@ authors:
10
11
  autorequire:
11
12
  bindir: bin
12
13
  cert_chain: []
13
- date: 2013-09-02 00:00:00.000000000 Z
14
+ date: 2013-09-04 00:00:00.000000000 Z
14
15
  dependencies:
15
16
  - !ruby/object:Gem::Dependency
16
17
  name: rails
17
- requirement: !ruby/object:Gem::Requirement
18
+ requirement: &70165170191560 !ruby/object:Gem::Requirement
19
+ none: false
18
20
  requirements:
19
21
  - - ~>
20
22
  - !ruby/object:Gem::Version
21
23
  version: 4.0.0
22
24
  type: :runtime
23
25
  prerelease: false
24
- version_requirements: !ruby/object:Gem::Requirement
25
- requirements:
26
- - - ~>
27
- - !ruby/object:Gem::Version
28
- version: 4.0.0
26
+ version_requirements: *70165170191560
29
27
  - !ruby/object:Gem::Dependency
30
28
  name: github-markup
31
- requirement: !ruby/object:Gem::Requirement
29
+ requirement: &70165170191060 !ruby/object:Gem::Requirement
30
+ none: false
32
31
  requirements:
33
32
  - - ~>
34
33
  - !ruby/object:Gem::Version
35
34
  version: 0.7.2
36
35
  type: :runtime
37
36
  prerelease: false
38
- version_requirements: !ruby/object:Gem::Requirement
39
- requirements:
40
- - - ~>
41
- - !ruby/object:Gem::Version
42
- version: 0.7.2
37
+ version_requirements: *70165170191060
43
38
  - !ruby/object:Gem::Dependency
44
39
  name: redcarpet
45
- requirement: !ruby/object:Gem::Requirement
40
+ requirement: &70165170190480 !ruby/object:Gem::Requirement
41
+ none: false
46
42
  requirements:
47
- - - '>='
43
+ - - ! '>='
48
44
  - !ruby/object:Gem::Version
49
45
  version: '0'
50
46
  type: :runtime
51
47
  prerelease: false
52
- version_requirements: !ruby/object:Gem::Requirement
53
- requirements:
54
- - - '>='
55
- - !ruby/object:Gem::Version
56
- version: '0'
48
+ version_requirements: *70165170190480
57
49
  description: Use a YAML file to specify your API, and EasyApiDoc will serve up this
58
50
  information with executable examples.
59
51
  email:
@@ -100,12 +92,14 @@ files:
100
92
  - config/routes.rb
101
93
  - lib/configurable.rb
102
94
  - lib/configuration.rb
95
+ - lib/easy_api_doc/cancan.rb
103
96
  - lib/easy_api_doc/engine.rb
97
+ - lib/easy_api_doc/options.rb
104
98
  - lib/easy_api_doc/version.rb
105
99
  - lib/easy_api_doc.rb
106
100
  - MIT-LICENSE
107
101
  - Rakefile
108
- - README.rdoc
102
+ - README.md
109
103
  - test/dummy/app/assets/javascripts/application.js
110
104
  - test/dummy/app/assets/stylesheets/application.css
111
105
  - test/dummy/app/controllers/application_controller.rb
@@ -128,7 +122,6 @@ files:
128
122
  - test/dummy/config/routes.rb
129
123
  - test/dummy/config.ru
130
124
  - test/dummy/doc/api_doc.yml
131
- - test/dummy/log/development.log
132
125
  - test/dummy/public/404.html
133
126
  - test/dummy/public/422.html
134
127
  - test/dummy/public/500.html
@@ -136,78 +129,31 @@ files:
136
129
  - test/dummy/Rakefile
137
130
  - test/dummy/README.rdoc
138
131
  - test/dummy/script/rails
139
- - test/dummy/tmp/cache/assets/development/sprockets/04965396c9cfe69081b5dd98c3212fae
140
- - test/dummy/tmp/cache/assets/development/sprockets/16d88b38a506ba01a817e258ad8fb263
141
- - test/dummy/tmp/cache/assets/development/sprockets/203aa633656e7d9c927c57c46e470c83
142
- - test/dummy/tmp/cache/assets/development/sprockets/2f062b493cefffdbc012a973e9a105d5
143
- - test/dummy/tmp/cache/assets/development/sprockets/2f0ed6020953bd16ba9b363edbf7cda0
144
- - test/dummy/tmp/cache/assets/development/sprockets/30465ccaba36954861158b4242883bd6
145
- - test/dummy/tmp/cache/assets/development/sprockets/36351f369d6eaf233c5e86e07555c170
146
- - test/dummy/tmp/cache/assets/development/sprockets/405c9c78a785fb067d1c67657cfc62ef
147
- - test/dummy/tmp/cache/assets/development/sprockets/4abfd2becb22be944eb58bcf7107c873
148
- - test/dummy/tmp/cache/assets/development/sprockets/4c371d51ee36edfddc4b8428b18dd632
149
- - test/dummy/tmp/cache/assets/development/sprockets/4e7b4f8fde8fe12c9c12da639bed576e
150
- - test/dummy/tmp/cache/assets/development/sprockets/543e8b4a615c1577865f6ef73059d40f
151
- - test/dummy/tmp/cache/assets/development/sprockets/593636db3cefe193ebf65f5b58f57c9a
152
- - test/dummy/tmp/cache/assets/development/sprockets/67409083f86d1b03662b495d04418132
153
- - test/dummy/tmp/cache/assets/development/sprockets/6afb7fed89c6f68558c4186d7a740a3a
154
- - test/dummy/tmp/cache/assets/development/sprockets/6b1110992dffe4c4455380229a0b8dff
155
- - test/dummy/tmp/cache/assets/development/sprockets/6db6675fbfed66d3d342f71869217dac
156
- - test/dummy/tmp/cache/assets/development/sprockets/75d2dc9028e3a3f3e6ca14d8f2fe7b5e
157
- - test/dummy/tmp/cache/assets/development/sprockets/76b036b95dde7edc081890640b4e7ed0
158
- - test/dummy/tmp/cache/assets/development/sprockets/76da432edc6235bd7d73c3335233b1ed
159
- - test/dummy/tmp/cache/assets/development/sprockets/76faccd1d102ff2260e90ba48328b865
160
- - test/dummy/tmp/cache/assets/development/sprockets/7cbc737c6b2b24706bf9170823e12d87
161
- - test/dummy/tmp/cache/assets/development/sprockets/7de191b871e66d0c65b1cbaf04a60f58
162
- - test/dummy/tmp/cache/assets/development/sprockets/802227e7577d1f42b5991586df8c9f02
163
- - test/dummy/tmp/cache/assets/development/sprockets/848e56c99230cfa8034c10a99fc52c28
164
- - test/dummy/tmp/cache/assets/development/sprockets/8619cf373138f78fdaab67c14cf6593b
165
- - test/dummy/tmp/cache/assets/development/sprockets/8b8f23bb1606d4e7f5738827686ff14f
166
- - test/dummy/tmp/cache/assets/development/sprockets/8dde0af325a3c57426da61982576c899
167
- - test/dummy/tmp/cache/assets/development/sprockets/92396eadb57dc8abfb0bf5b3a01295a8
168
- - test/dummy/tmp/cache/assets/development/sprockets/92a86617e44e9093fb483fc122b75752
169
- - test/dummy/tmp/cache/assets/development/sprockets/940b911c55d2dc0ea6ca56b25f087739
170
- - test/dummy/tmp/cache/assets/development/sprockets/a39a3034ca0b3e6ae8eaca11c3ca5ad6
171
- - test/dummy/tmp/cache/assets/development/sprockets/a8036af98430c82633505d9ca5fcde5f
172
- - test/dummy/tmp/cache/assets/development/sprockets/b4869b1ad3dab2a1821989791a57171f
173
- - test/dummy/tmp/cache/assets/development/sprockets/b7ad7703003d24dab911bd3730756ca6
174
- - test/dummy/tmp/cache/assets/development/sprockets/b89605b311bfb96d01c875e7a9710861
175
- - test/dummy/tmp/cache/assets/development/sprockets/c237c4326b837e51c2650d4f6ed7b7a5
176
- - test/dummy/tmp/cache/assets/development/sprockets/c780d1da090d4bb4d9fa09753f04e17f
177
- - test/dummy/tmp/cache/assets/development/sprockets/ca91101b167a195ab54cdbc39efec3e9
178
- - test/dummy/tmp/cache/assets/development/sprockets/cdb61eee371606ef082a5ee3189889d2
179
- - test/dummy/tmp/cache/assets/development/sprockets/d86f52fe55c0b5686bacec92537b0c03
180
- - test/dummy/tmp/cache/assets/development/sprockets/e9636c04426623ad28848cb917d96a95
181
- - test/dummy/tmp/cache/assets/development/sprockets/ee9a7b09a7ab141b6ae0cf8ce9197a3c
182
- - test/dummy/tmp/cache/assets/development/sprockets/f0fcdc72564e7709bcdeb9e88dd86135
183
- - test/dummy/tmp/cache/assets/development/sprockets/f5bcd46e1a1371d63dec98bc97bcda4c
184
- - test/dummy/tmp/cache/assets/development/sprockets/fb3e3925ae8dcb2704d2602719387463
185
- - test/dummy/tmp/cache/assets/development/sprockets/fcbbb63c7069e7c3b471d13ff0441d2a
186
- - test/dummy/tmp/cache/assets/development/sprockets/ff8858e82d7df03c855d847837676e31
187
132
  - test/test_helper.rb
188
133
  homepage: http://www.abletech.co.nz
189
134
  licenses:
190
135
  - MIT
191
- metadata: {}
192
136
  post_install_message:
193
137
  rdoc_options: []
194
138
  require_paths:
195
139
  - lib
196
140
  required_ruby_version: !ruby/object:Gem::Requirement
141
+ none: false
197
142
  requirements:
198
- - - '>='
143
+ - - ! '>='
199
144
  - !ruby/object:Gem::Version
200
145
  version: '0'
201
146
  required_rubygems_version: !ruby/object:Gem::Requirement
147
+ none: false
202
148
  requirements:
203
- - - '>='
149
+ - - ! '>='
204
150
  - !ruby/object:Gem::Version
205
151
  version: '0'
206
152
  requirements: []
207
153
  rubyforge_project:
208
- rubygems_version: 2.0.6
154
+ rubygems_version: 1.8.10
209
155
  signing_key:
210
- specification_version: 4
156
+ specification_version: 3
211
157
  summary: Documents your API with executable examples.
212
158
  test_files:
213
159
  - test/dummy/app/assets/javascripts/application.js
@@ -232,7 +178,6 @@ test_files:
232
178
  - test/dummy/config/routes.rb
233
179
  - test/dummy/config.ru
234
180
  - test/dummy/doc/api_doc.yml
235
- - test/dummy/log/development.log
236
181
  - test/dummy/public/404.html
237
182
  - test/dummy/public/422.html
238
183
  - test/dummy/public/500.html
@@ -240,52 +185,5 @@ test_files:
240
185
  - test/dummy/Rakefile
241
186
  - test/dummy/README.rdoc
242
187
  - test/dummy/script/rails
243
- - test/dummy/tmp/cache/assets/development/sprockets/04965396c9cfe69081b5dd98c3212fae
244
- - test/dummy/tmp/cache/assets/development/sprockets/16d88b38a506ba01a817e258ad8fb263
245
- - test/dummy/tmp/cache/assets/development/sprockets/203aa633656e7d9c927c57c46e470c83
246
- - test/dummy/tmp/cache/assets/development/sprockets/2f062b493cefffdbc012a973e9a105d5
247
- - test/dummy/tmp/cache/assets/development/sprockets/2f0ed6020953bd16ba9b363edbf7cda0
248
- - test/dummy/tmp/cache/assets/development/sprockets/30465ccaba36954861158b4242883bd6
249
- - test/dummy/tmp/cache/assets/development/sprockets/36351f369d6eaf233c5e86e07555c170
250
- - test/dummy/tmp/cache/assets/development/sprockets/405c9c78a785fb067d1c67657cfc62ef
251
- - test/dummy/tmp/cache/assets/development/sprockets/4abfd2becb22be944eb58bcf7107c873
252
- - test/dummy/tmp/cache/assets/development/sprockets/4c371d51ee36edfddc4b8428b18dd632
253
- - test/dummy/tmp/cache/assets/development/sprockets/4e7b4f8fde8fe12c9c12da639bed576e
254
- - test/dummy/tmp/cache/assets/development/sprockets/543e8b4a615c1577865f6ef73059d40f
255
- - test/dummy/tmp/cache/assets/development/sprockets/593636db3cefe193ebf65f5b58f57c9a
256
- - test/dummy/tmp/cache/assets/development/sprockets/67409083f86d1b03662b495d04418132
257
- - test/dummy/tmp/cache/assets/development/sprockets/6afb7fed89c6f68558c4186d7a740a3a
258
- - test/dummy/tmp/cache/assets/development/sprockets/6b1110992dffe4c4455380229a0b8dff
259
- - test/dummy/tmp/cache/assets/development/sprockets/6db6675fbfed66d3d342f71869217dac
260
- - test/dummy/tmp/cache/assets/development/sprockets/75d2dc9028e3a3f3e6ca14d8f2fe7b5e
261
- - test/dummy/tmp/cache/assets/development/sprockets/76b036b95dde7edc081890640b4e7ed0
262
- - test/dummy/tmp/cache/assets/development/sprockets/76da432edc6235bd7d73c3335233b1ed
263
- - test/dummy/tmp/cache/assets/development/sprockets/76faccd1d102ff2260e90ba48328b865
264
- - test/dummy/tmp/cache/assets/development/sprockets/7cbc737c6b2b24706bf9170823e12d87
265
- - test/dummy/tmp/cache/assets/development/sprockets/7de191b871e66d0c65b1cbaf04a60f58
266
- - test/dummy/tmp/cache/assets/development/sprockets/802227e7577d1f42b5991586df8c9f02
267
- - test/dummy/tmp/cache/assets/development/sprockets/848e56c99230cfa8034c10a99fc52c28
268
- - test/dummy/tmp/cache/assets/development/sprockets/8619cf373138f78fdaab67c14cf6593b
269
- - test/dummy/tmp/cache/assets/development/sprockets/8b8f23bb1606d4e7f5738827686ff14f
270
- - test/dummy/tmp/cache/assets/development/sprockets/8dde0af325a3c57426da61982576c899
271
- - test/dummy/tmp/cache/assets/development/sprockets/92396eadb57dc8abfb0bf5b3a01295a8
272
- - test/dummy/tmp/cache/assets/development/sprockets/92a86617e44e9093fb483fc122b75752
273
- - test/dummy/tmp/cache/assets/development/sprockets/940b911c55d2dc0ea6ca56b25f087739
274
- - test/dummy/tmp/cache/assets/development/sprockets/a39a3034ca0b3e6ae8eaca11c3ca5ad6
275
- - test/dummy/tmp/cache/assets/development/sprockets/a8036af98430c82633505d9ca5fcde5f
276
- - test/dummy/tmp/cache/assets/development/sprockets/b4869b1ad3dab2a1821989791a57171f
277
- - test/dummy/tmp/cache/assets/development/sprockets/b7ad7703003d24dab911bd3730756ca6
278
- - test/dummy/tmp/cache/assets/development/sprockets/b89605b311bfb96d01c875e7a9710861
279
- - test/dummy/tmp/cache/assets/development/sprockets/c237c4326b837e51c2650d4f6ed7b7a5
280
- - test/dummy/tmp/cache/assets/development/sprockets/c780d1da090d4bb4d9fa09753f04e17f
281
- - test/dummy/tmp/cache/assets/development/sprockets/ca91101b167a195ab54cdbc39efec3e9
282
- - test/dummy/tmp/cache/assets/development/sprockets/cdb61eee371606ef082a5ee3189889d2
283
- - test/dummy/tmp/cache/assets/development/sprockets/d86f52fe55c0b5686bacec92537b0c03
284
- - test/dummy/tmp/cache/assets/development/sprockets/e9636c04426623ad28848cb917d96a95
285
- - test/dummy/tmp/cache/assets/development/sprockets/ee9a7b09a7ab141b6ae0cf8ce9197a3c
286
- - test/dummy/tmp/cache/assets/development/sprockets/f0fcdc72564e7709bcdeb9e88dd86135
287
- - test/dummy/tmp/cache/assets/development/sprockets/f5bcd46e1a1371d63dec98bc97bcda4c
288
- - test/dummy/tmp/cache/assets/development/sprockets/fb3e3925ae8dcb2704d2602719387463
289
- - test/dummy/tmp/cache/assets/development/sprockets/fcbbb63c7069e7c3b471d13ff0441d2a
290
- - test/dummy/tmp/cache/assets/development/sprockets/ff8858e82d7df03c855d847837676e31
291
188
  - test/test_helper.rb
189
+ has_rdoc:
checksums.yaml DELETED
@@ -1,7 +0,0 @@
1
- ---
2
- SHA1:
3
- metadata.gz: 369706b22a12279844f6c302e3d3e44034ac844b
4
- data.tar.gz: 47aefcd438a656ff180ef8951e9910404c19fca5
5
- SHA512:
6
- metadata.gz: a4f327228e0dc284546e20f5d2aeab261de590f63986b83bd501845624260e35bef4a800aba78bcd2537e74b387f2d6da0afe029fb9ab4d0164df53e2b9da7e8
7
- data.tar.gz: 5c81e75006c6554c324362e2c2485b8eeffe050ee9e1c42f3049c13a5cd91ce83b2726f4a8e655c1f152ebfda2934b072e8af6f5d85184b94519a4d34b9a9e1e