magazine 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (99) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/README.rdoc +3 -0
  4. data/Rakefile +32 -0
  5. data/app/assets/javascripts/magazine/application.js +13 -0
  6. data/app/assets/stylesheets/magazine/application.css +15 -0
  7. data/app/controllers/magazine/application_controller.rb +4 -0
  8. data/app/controllers/magazine/articles_controller.rb +56 -0
  9. data/app/controllers/magazine/articles_controller.rb~ +55 -0
  10. data/app/helpers/magazine/application_helper.rb +30 -0
  11. data/app/helpers/magazine/application_helper.rb~ +30 -0
  12. data/app/models/magazine/data.rb~ +40 -0
  13. data/app/models/magazine/rack.rb +40 -0
  14. data/app/models/magazine/rack.rb~ +40 -0
  15. data/app/views/layouts/magazine/application.html.erb +14 -0
  16. data/config/routes.rb +5 -0
  17. data/config/routes.rb~ +5 -0
  18. data/lib/magazine.rb +8 -0
  19. data/lib/magazine.rb~ +8 -0
  20. data/lib/magazine/engine.rb +12 -0
  21. data/lib/magazine/engine.rb~ +13 -0
  22. data/lib/magazine/version.rb +3 -0
  23. data/lib/tasks/magazine_tasks.rake +4 -0
  24. data/spec/dummy/README.rdoc +28 -0
  25. data/spec/dummy/Rakefile +6 -0
  26. data/spec/dummy/app/assets/javascripts/application.js +13 -0
  27. data/spec/dummy/app/assets/stylesheets/application.css +15 -0
  28. data/spec/dummy/app/controllers/application_controller.rb +9 -0
  29. data/spec/dummy/app/controllers/application_controller.rb~ +5 -0
  30. data/spec/dummy/app/helpers/application_helper.rb +2 -0
  31. data/spec/dummy/app/views/layouts/application.html.erb +14 -0
  32. data/spec/dummy/app/views/magazine/articles/index.html.erb +23 -0
  33. data/spec/dummy/app/views/magazine/articles/index.html.erb~ +23 -0
  34. data/spec/dummy/app/views/magazine/articles/shared/_list_article.html.erb +1 -0
  35. data/spec/dummy/app/views/magazine/articles/shared/_list_article.html.erb~ +1 -0
  36. data/spec/dummy/app/views/magazine/articles/shared/beans/_kilimanjaro.html.erb +1 -0
  37. data/spec/dummy/app/views/magazine/articles/shared/beans/_kilimanjaro.html.erb~ +0 -0
  38. data/spec/dummy/app/views/magazine/articles/shared/drip/_water.html.erb +1 -0
  39. data/spec/dummy/app/views/magazine/articles/shared/drip/_water.html.erb~ +0 -0
  40. data/spec/dummy/app/views/magazine/articles/show.html.erb +6 -0
  41. data/spec/dummy/app/views/magazine/articles/show.html.erb~ +6 -0
  42. data/spec/dummy/app/views/magazine/index.html.erb~ +7 -0
  43. data/spec/dummy/bin/bundle +3 -0
  44. data/spec/dummy/bin/rails +4 -0
  45. data/spec/dummy/bin/rake +4 -0
  46. data/spec/dummy/config.ru +4 -0
  47. data/spec/dummy/config/application.rb +23 -0
  48. data/spec/dummy/config/boot.rb +5 -0
  49. data/spec/dummy/config/database.yml +25 -0
  50. data/spec/dummy/config/environment.rb +5 -0
  51. data/spec/dummy/config/environments/development.rb +37 -0
  52. data/spec/dummy/config/environments/production.rb +78 -0
  53. data/spec/dummy/config/environments/test.rb +39 -0
  54. data/spec/dummy/config/initializers/assets.rb +8 -0
  55. data/spec/dummy/config/initializers/backtrace_silencers.rb +7 -0
  56. data/spec/dummy/config/initializers/cookies_serializer.rb +3 -0
  57. data/spec/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  58. data/spec/dummy/config/initializers/inflections.rb +16 -0
  59. data/spec/dummy/config/initializers/magazine.rb +1 -0
  60. data/spec/dummy/config/initializers/magazine.rb~ +0 -0
  61. data/spec/dummy/config/initializers/mime_types.rb +4 -0
  62. data/spec/dummy/config/initializers/session_store.rb +3 -0
  63. data/spec/dummy/config/initializers/wrap_parameters.rb +14 -0
  64. data/spec/dummy/config/locales/en.yml +23 -0
  65. data/spec/dummy/config/magazine.yml +48 -0
  66. data/spec/dummy/config/magazine.yml~ +48 -0
  67. data/spec/dummy/config/routes.rb +3 -0
  68. data/spec/dummy/config/routes.rb~ +4 -0
  69. data/spec/dummy/config/secrets.yml +22 -0
  70. data/spec/dummy/db/test.sqlite3 +0 -0
  71. data/spec/dummy/log/development.log +0 -0
  72. data/spec/dummy/log/test.log +1180 -0
  73. data/spec/dummy/public/404.html +67 -0
  74. data/spec/dummy/public/422.html +67 -0
  75. data/spec/dummy/public/500.html +66 -0
  76. data/spec/dummy/public/favicon.ico +0 -0
  77. data/spec/dummy/tmp/cache/assets/test/sprockets/13ef700ed1b340ce31710c628c9b1506 +0 -0
  78. data/spec/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  79. data/spec/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  80. data/spec/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  81. data/spec/dummy/tmp/cache/assets/test/sprockets/3c36df6af1863f67917951036d1d7221 +0 -0
  82. data/spec/dummy/tmp/cache/assets/test/sprockets/5bf1895db17a04b83c2f8c9bd096ca85 +0 -0
  83. data/spec/dummy/tmp/cache/assets/test/sprockets/7f4ca612f398e7c52f7fd934cddbaa50 +0 -0
  84. data/spec/dummy/tmp/cache/assets/test/sprockets/b9d7ea8e2449bbec7d43b6518403dc6c +0 -0
  85. data/spec/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  86. data/spec/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  87. data/spec/dummy/tmp/cache/assets/test/sprockets/ed792a88666afd4aff94594da589930e +0 -0
  88. data/spec/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  89. data/spec/features/magazine/articles_spec.rb +109 -0
  90. data/spec/features/magazine/articles_spec.rb~ +109 -0
  91. data/spec/models/magazine/data.rb~ +5 -0
  92. data/spec/models/magazine/data_spec.rb~ +12 -0
  93. data/spec/models/magazine/rack_spec.rb +173 -0
  94. data/spec/models/magazine/rack_spec.rb~ +173 -0
  95. data/spec/rails_helper.rb +38 -0
  96. data/spec/rails_helper.rb~ +39 -0
  97. data/spec/spec_helper.rb +85 -0
  98. data/spec/spec_helper.rb~ +86 -0
  99. metadata +306 -0
@@ -0,0 +1,85 @@
1
+ # This file was generated by the `rails generate rspec:install` command. Conventionally, all
2
+ # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
3
+ # The generated `.rspec` file contains `--require spec_helper` which will cause this
4
+ # file to always be loaded, without a need to explicitly require it in any files.
5
+ #
6
+ # Given that it is always loaded, you are encouraged to keep this file as
7
+ # light-weight as possible. Requiring heavyweight dependencies from this file
8
+ # will add to the boot time of your test suite on EVERY test run, even for an
9
+ # individual file that may not need all of that loaded. Instead, consider making
10
+ # a separate helper file that requires the additional dependencies and performs
11
+ # the additional setup, and require it from the spec files that actually need it.
12
+ #
13
+ # The `.rspec` file also contains a few flags that are not defaults but that
14
+ # users commonly want.
15
+ #
16
+ # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
17
+ RSpec.configure do |config|
18
+ # rspec-expectations config goes here. You can use an alternate
19
+ # assertion/expectation library such as wrong or the stdlib/minitest
20
+ # assertions if you prefer.
21
+ config.expect_with :rspec do |expectations|
22
+ # This option will default to `true` in RSpec 4. It makes the `description`
23
+ # and `failure_message` of custom matchers include text for helper methods
24
+ # defined using `chain`, e.g.:
25
+ # be_bigger_than(2).and_smaller_than(4).description
26
+ # # => "be bigger than 2 and smaller than 4"
27
+ # ...rather than:
28
+ # # => "be bigger than 2"
29
+ expectations.include_chain_clauses_in_custom_matcher_descriptions = true
30
+ end
31
+
32
+ # rspec-mocks config goes here. You can use an alternate test double
33
+ # library (such as bogus or mocha) by changing the `mock_with` option here.
34
+ config.mock_with :rspec do |mocks|
35
+ # Prevents you from mocking or stubbing a method that does not exist on
36
+ # a real object. This is generally recommended, and will default to
37
+ # `true` in RSpec 4.
38
+ mocks.verify_partial_doubles = true
39
+ end
40
+
41
+ # The settings below are suggested to provide a good initial experience
42
+ # with RSpec, but feel free to customize to your heart's content.
43
+ =begin
44
+ # These two settings work together to allow you to limit a spec run
45
+ # to individual examples or groups you care about by tagging them with
46
+ # `:focus` metadata. When nothing is tagged with `:focus`, all examples
47
+ # get run.
48
+ config.filter_run :focus
49
+ config.run_all_when_everything_filtered = true
50
+
51
+ # Limits the available syntax to the non-monkey patched syntax that is recommended.
52
+ # For more details, see:
53
+ # - http://myronmars.to/n/dev-blog/2012/06/rspecs-new-expectation-syntax
54
+ # - http://teaisaweso.me/blog/2013/05/27/rspecs-new-message-expectation-syntax/
55
+ # - http://myronmars.to/n/dev-blog/2014/05/notable-changes-in-rspec-3#new__config_option_to_disable_rspeccore_monkey_patching
56
+ config.disable_monkey_patching!
57
+
58
+ # Many RSpec users commonly either run the entire suite or an individual
59
+ # file, and it's useful to allow more verbose output when running an
60
+ # individual spec file.
61
+ if config.files_to_run.one?
62
+ # Use the documentation formatter for detailed output,
63
+ # unless a formatter has already been configured
64
+ # (e.g. via a command-line flag).
65
+ config.default_formatter = 'doc'
66
+ end
67
+
68
+ # Print the 10 slowest examples and example groups at the
69
+ # end of the spec run, to help surface which specs are running
70
+ # particularly slow.
71
+ config.profile_examples = 10
72
+
73
+ # Run specs in random order to surface order dependencies. If you find an
74
+ # order dependency and want to debug it, you can fix the order by providing
75
+ # the seed, which is printed after each run.
76
+ # --seed 1234
77
+ config.order = :random
78
+
79
+ # Seed global randomization in this process using the `--seed` CLI option.
80
+ # Setting this allows you to use `--seed` to deterministically reproduce
81
+ # test failures related to randomization by passing the same `--seed` value
82
+ # as the one that triggered the failure.
83
+ Kernel.srand config.seed
84
+ =end
85
+ end
@@ -0,0 +1,86 @@
1
+ require 'magazine'
2
+ # This file was generated by the `rails generate rspec:install` command. Conventionally, all
3
+ # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
4
+ # The generated `.rspec` file contains `--require spec_helper` which will cause this
5
+ # file to always be loaded, without a need to explicitly require it in any files.
6
+ #
7
+ # Given that it is always loaded, you are encouraged to keep this file as
8
+ # light-weight as possible. Requiring heavyweight dependencies from this file
9
+ # will add to the boot time of your test suite on EVERY test run, even for an
10
+ # individual file that may not need all of that loaded. Instead, consider making
11
+ # a separate helper file that requires the additional dependencies and performs
12
+ # the additional setup, and require it from the spec files that actually need it.
13
+ #
14
+ # The `.rspec` file also contains a few flags that are not defaults but that
15
+ # users commonly want.
16
+ #
17
+ # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
18
+ RSpec.configure do |config|
19
+ # rspec-expectations config goes here. You can use an alternate
20
+ # assertion/expectation library such as wrong or the stdlib/minitest
21
+ # assertions if you prefer.
22
+ config.expect_with :rspec do |expectations|
23
+ # This option will default to `true` in RSpec 4. It makes the `description`
24
+ # and `failure_message` of custom matchers include text for helper methods
25
+ # defined using `chain`, e.g.:
26
+ # be_bigger_than(2).and_smaller_than(4).description
27
+ # # => "be bigger than 2 and smaller than 4"
28
+ # ...rather than:
29
+ # # => "be bigger than 2"
30
+ expectations.include_chain_clauses_in_custom_matcher_descriptions = true
31
+ end
32
+
33
+ # rspec-mocks config goes here. You can use an alternate test double
34
+ # library (such as bogus or mocha) by changing the `mock_with` option here.
35
+ config.mock_with :rspec do |mocks|
36
+ # Prevents you from mocking or stubbing a method that does not exist on
37
+ # a real object. This is generally recommended, and will default to
38
+ # `true` in RSpec 4.
39
+ mocks.verify_partial_doubles = true
40
+ end
41
+
42
+ # The settings below are suggested to provide a good initial experience
43
+ # with RSpec, but feel free to customize to your heart's content.
44
+ =begin
45
+ # These two settings work together to allow you to limit a spec run
46
+ # to individual examples or groups you care about by tagging them with
47
+ # `:focus` metadata. When nothing is tagged with `:focus`, all examples
48
+ # get run.
49
+ config.filter_run :focus
50
+ config.run_all_when_everything_filtered = true
51
+
52
+ # Limits the available syntax to the non-monkey patched syntax that is recommended.
53
+ # For more details, see:
54
+ # - http://myronmars.to/n/dev-blog/2012/06/rspecs-new-expectation-syntax
55
+ # - http://teaisaweso.me/blog/2013/05/27/rspecs-new-message-expectation-syntax/
56
+ # - http://myronmars.to/n/dev-blog/2014/05/notable-changes-in-rspec-3#new__config_option_to_disable_rspeccore_monkey_patching
57
+ config.disable_monkey_patching!
58
+
59
+ # Many RSpec users commonly either run the entire suite or an individual
60
+ # file, and it's useful to allow more verbose output when running an
61
+ # individual spec file.
62
+ if config.files_to_run.one?
63
+ # Use the documentation formatter for detailed output,
64
+ # unless a formatter has already been configured
65
+ # (e.g. via a command-line flag).
66
+ config.default_formatter = 'doc'
67
+ end
68
+
69
+ # Print the 10 slowest examples and example groups at the
70
+ # end of the spec run, to help surface which specs are running
71
+ # particularly slow.
72
+ config.profile_examples = 10
73
+
74
+ # Run specs in random order to surface order dependencies. If you find an
75
+ # order dependency and want to debug it, you can fix the order by providing
76
+ # the seed, which is printed after each run.
77
+ # --seed 1234
78
+ config.order = :random
79
+
80
+ # Seed global randomization in this process using the `--seed` CLI option.
81
+ # Setting this allows you to use `--seed` to deterministically reproduce
82
+ # test failures related to randomization by passing the same `--seed` value
83
+ # as the one that triggered the failure.
84
+ Kernel.srand config.seed
85
+ =end
86
+ end
metadata ADDED
@@ -0,0 +1,306 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: magazine
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - kozo yamagata
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-12-18 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rails
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '4.1'
20
+ - - "~>"
21
+ - !ruby/object:Gem::Version
22
+ version: 4.1.8
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - "~>"
28
+ - !ruby/object:Gem::Version
29
+ version: '4.1'
30
+ - - "~>"
31
+ - !ruby/object:Gem::Version
32
+ version: 4.1.8
33
+ - !ruby/object:Gem::Dependency
34
+ name: hashie
35
+ requirement: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ type: :runtime
41
+ prerelease: false
42
+ version_requirements: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - "~>"
45
+ - !ruby/object:Gem::Version
46
+ version: '0'
47
+ - !ruby/object:Gem::Dependency
48
+ name: rspec-rails
49
+ requirement: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - "~>"
52
+ - !ruby/object:Gem::Version
53
+ version: '0'
54
+ type: :development
55
+ prerelease: false
56
+ version_requirements: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - "~>"
59
+ - !ruby/object:Gem::Version
60
+ version: '0'
61
+ - !ruby/object:Gem::Dependency
62
+ name: capybara
63
+ requirement: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - "~>"
66
+ - !ruby/object:Gem::Version
67
+ version: '0'
68
+ type: :development
69
+ prerelease: false
70
+ version_requirements: !ruby/object:Gem::Requirement
71
+ requirements:
72
+ - - "~>"
73
+ - !ruby/object:Gem::Version
74
+ version: '0'
75
+ - !ruby/object:Gem::Dependency
76
+ name: tapp
77
+ requirement: !ruby/object:Gem::Requirement
78
+ requirements:
79
+ - - "~>"
80
+ - !ruby/object:Gem::Version
81
+ version: '0'
82
+ type: :development
83
+ prerelease: false
84
+ version_requirements: !ruby/object:Gem::Requirement
85
+ requirements:
86
+ - - "~>"
87
+ - !ruby/object:Gem::Version
88
+ version: '0'
89
+ - !ruby/object:Gem::Dependency
90
+ name: sqlite3
91
+ requirement: !ruby/object:Gem::Requirement
92
+ requirements:
93
+ - - "~>"
94
+ - !ruby/object:Gem::Version
95
+ version: '0'
96
+ type: :development
97
+ prerelease: false
98
+ version_requirements: !ruby/object:Gem::Requirement
99
+ requirements:
100
+ - - "~>"
101
+ - !ruby/object:Gem::Version
102
+ version: '0'
103
+ description: Static file article system for Rails
104
+ email:
105
+ - tune002@gmail.com
106
+ executables: []
107
+ extensions: []
108
+ extra_rdoc_files: []
109
+ files:
110
+ - MIT-LICENSE
111
+ - README.rdoc
112
+ - Rakefile
113
+ - app/assets/javascripts/magazine/application.js
114
+ - app/assets/stylesheets/magazine/application.css
115
+ - app/controllers/magazine/application_controller.rb
116
+ - app/controllers/magazine/articles_controller.rb
117
+ - app/controllers/magazine/articles_controller.rb~
118
+ - app/helpers/magazine/application_helper.rb
119
+ - app/helpers/magazine/application_helper.rb~
120
+ - app/models/magazine/data.rb~
121
+ - app/models/magazine/rack.rb
122
+ - app/models/magazine/rack.rb~
123
+ - app/views/layouts/magazine/application.html.erb
124
+ - config/routes.rb
125
+ - config/routes.rb~
126
+ - lib/magazine.rb
127
+ - lib/magazine.rb~
128
+ - lib/magazine/engine.rb
129
+ - lib/magazine/engine.rb~
130
+ - lib/magazine/version.rb
131
+ - lib/tasks/magazine_tasks.rake
132
+ - spec/dummy/README.rdoc
133
+ - spec/dummy/Rakefile
134
+ - spec/dummy/app/assets/javascripts/application.js
135
+ - spec/dummy/app/assets/stylesheets/application.css
136
+ - spec/dummy/app/controllers/application_controller.rb
137
+ - spec/dummy/app/controllers/application_controller.rb~
138
+ - spec/dummy/app/helpers/application_helper.rb
139
+ - spec/dummy/app/views/layouts/application.html.erb
140
+ - spec/dummy/app/views/magazine/articles/index.html.erb
141
+ - spec/dummy/app/views/magazine/articles/index.html.erb~
142
+ - spec/dummy/app/views/magazine/articles/shared/_list_article.html.erb
143
+ - spec/dummy/app/views/magazine/articles/shared/_list_article.html.erb~
144
+ - spec/dummy/app/views/magazine/articles/shared/beans/_kilimanjaro.html.erb
145
+ - spec/dummy/app/views/magazine/articles/shared/beans/_kilimanjaro.html.erb~
146
+ - spec/dummy/app/views/magazine/articles/shared/drip/_water.html.erb
147
+ - spec/dummy/app/views/magazine/articles/shared/drip/_water.html.erb~
148
+ - spec/dummy/app/views/magazine/articles/show.html.erb
149
+ - spec/dummy/app/views/magazine/articles/show.html.erb~
150
+ - spec/dummy/app/views/magazine/index.html.erb~
151
+ - spec/dummy/bin/bundle
152
+ - spec/dummy/bin/rails
153
+ - spec/dummy/bin/rake
154
+ - spec/dummy/config.ru
155
+ - spec/dummy/config/application.rb
156
+ - spec/dummy/config/boot.rb
157
+ - spec/dummy/config/database.yml
158
+ - spec/dummy/config/environment.rb
159
+ - spec/dummy/config/environments/development.rb
160
+ - spec/dummy/config/environments/production.rb
161
+ - spec/dummy/config/environments/test.rb
162
+ - spec/dummy/config/initializers/assets.rb
163
+ - spec/dummy/config/initializers/backtrace_silencers.rb
164
+ - spec/dummy/config/initializers/cookies_serializer.rb
165
+ - spec/dummy/config/initializers/filter_parameter_logging.rb
166
+ - spec/dummy/config/initializers/inflections.rb
167
+ - spec/dummy/config/initializers/magazine.rb
168
+ - spec/dummy/config/initializers/magazine.rb~
169
+ - spec/dummy/config/initializers/mime_types.rb
170
+ - spec/dummy/config/initializers/session_store.rb
171
+ - spec/dummy/config/initializers/wrap_parameters.rb
172
+ - spec/dummy/config/locales/en.yml
173
+ - spec/dummy/config/magazine.yml
174
+ - spec/dummy/config/magazine.yml~
175
+ - spec/dummy/config/routes.rb
176
+ - spec/dummy/config/routes.rb~
177
+ - spec/dummy/config/secrets.yml
178
+ - spec/dummy/db/test.sqlite3
179
+ - spec/dummy/log/development.log
180
+ - spec/dummy/log/test.log
181
+ - spec/dummy/public/404.html
182
+ - spec/dummy/public/422.html
183
+ - spec/dummy/public/500.html
184
+ - spec/dummy/public/favicon.ico
185
+ - spec/dummy/tmp/cache/assets/test/sprockets/13ef700ed1b340ce31710c628c9b1506
186
+ - spec/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705
187
+ - spec/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af
188
+ - spec/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953
189
+ - spec/dummy/tmp/cache/assets/test/sprockets/3c36df6af1863f67917951036d1d7221
190
+ - spec/dummy/tmp/cache/assets/test/sprockets/5bf1895db17a04b83c2f8c9bd096ca85
191
+ - spec/dummy/tmp/cache/assets/test/sprockets/7f4ca612f398e7c52f7fd934cddbaa50
192
+ - spec/dummy/tmp/cache/assets/test/sprockets/b9d7ea8e2449bbec7d43b6518403dc6c
193
+ - spec/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994
194
+ - spec/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6
195
+ - spec/dummy/tmp/cache/assets/test/sprockets/ed792a88666afd4aff94594da589930e
196
+ - spec/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655
197
+ - spec/features/magazine/articles_spec.rb
198
+ - spec/features/magazine/articles_spec.rb~
199
+ - spec/models/magazine/data.rb~
200
+ - spec/models/magazine/data_spec.rb~
201
+ - spec/models/magazine/rack_spec.rb
202
+ - spec/models/magazine/rack_spec.rb~
203
+ - spec/rails_helper.rb
204
+ - spec/rails_helper.rb~
205
+ - spec/spec_helper.rb
206
+ - spec/spec_helper.rb~
207
+ homepage: https://github.com/halenohi/magazine
208
+ licenses:
209
+ - MIT
210
+ metadata: {}
211
+ post_install_message:
212
+ rdoc_options: []
213
+ require_paths:
214
+ - lib
215
+ required_ruby_version: !ruby/object:Gem::Requirement
216
+ requirements:
217
+ - - ">="
218
+ - !ruby/object:Gem::Version
219
+ version: '0'
220
+ required_rubygems_version: !ruby/object:Gem::Requirement
221
+ requirements:
222
+ - - ">="
223
+ - !ruby/object:Gem::Version
224
+ version: '0'
225
+ requirements: []
226
+ rubyforge_project:
227
+ rubygems_version: 2.2.2
228
+ signing_key:
229
+ specification_version: 4
230
+ summary: Static file article system for Rails
231
+ test_files:
232
+ - spec/dummy/app/assets/javascripts/application.js
233
+ - spec/dummy/app/assets/stylesheets/application.css
234
+ - spec/dummy/app/controllers/application_controller.rb
235
+ - spec/dummy/app/controllers/application_controller.rb~
236
+ - spec/dummy/app/helpers/application_helper.rb
237
+ - spec/dummy/app/views/layouts/application.html.erb
238
+ - spec/dummy/app/views/magazine/articles/index.html.erb
239
+ - spec/dummy/app/views/magazine/articles/index.html.erb~
240
+ - spec/dummy/app/views/magazine/articles/shared/_list_article.html.erb
241
+ - spec/dummy/app/views/magazine/articles/shared/_list_article.html.erb~
242
+ - spec/dummy/app/views/magazine/articles/shared/beans/_kilimanjaro.html.erb
243
+ - spec/dummy/app/views/magazine/articles/shared/beans/_kilimanjaro.html.erb~
244
+ - spec/dummy/app/views/magazine/articles/shared/drip/_water.html.erb
245
+ - spec/dummy/app/views/magazine/articles/shared/drip/_water.html.erb~
246
+ - spec/dummy/app/views/magazine/articles/show.html.erb
247
+ - spec/dummy/app/views/magazine/articles/show.html.erb~
248
+ - spec/dummy/app/views/magazine/index.html.erb~
249
+ - spec/dummy/bin/bundle
250
+ - spec/dummy/bin/rails
251
+ - spec/dummy/bin/rake
252
+ - spec/dummy/config/application.rb
253
+ - spec/dummy/config/boot.rb
254
+ - spec/dummy/config/database.yml
255
+ - spec/dummy/config/environment.rb
256
+ - spec/dummy/config/environments/development.rb
257
+ - spec/dummy/config/environments/production.rb
258
+ - spec/dummy/config/environments/test.rb
259
+ - spec/dummy/config/initializers/assets.rb
260
+ - spec/dummy/config/initializers/backtrace_silencers.rb
261
+ - spec/dummy/config/initializers/cookies_serializer.rb
262
+ - spec/dummy/config/initializers/filter_parameter_logging.rb
263
+ - spec/dummy/config/initializers/inflections.rb
264
+ - spec/dummy/config/initializers/magazine.rb
265
+ - spec/dummy/config/initializers/magazine.rb~
266
+ - spec/dummy/config/initializers/mime_types.rb
267
+ - spec/dummy/config/initializers/session_store.rb
268
+ - spec/dummy/config/initializers/wrap_parameters.rb
269
+ - spec/dummy/config/locales/en.yml
270
+ - spec/dummy/config/magazine.yml
271
+ - spec/dummy/config/magazine.yml~
272
+ - spec/dummy/config/routes.rb
273
+ - spec/dummy/config/routes.rb~
274
+ - spec/dummy/config/secrets.yml
275
+ - spec/dummy/config.ru
276
+ - spec/dummy/db/test.sqlite3
277
+ - spec/dummy/log/development.log
278
+ - spec/dummy/log/test.log
279
+ - spec/dummy/public/404.html
280
+ - spec/dummy/public/422.html
281
+ - spec/dummy/public/500.html
282
+ - spec/dummy/public/favicon.ico
283
+ - spec/dummy/Rakefile
284
+ - spec/dummy/README.rdoc
285
+ - spec/dummy/tmp/cache/assets/test/sprockets/13ef700ed1b340ce31710c628c9b1506
286
+ - spec/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705
287
+ - spec/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af
288
+ - spec/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953
289
+ - spec/dummy/tmp/cache/assets/test/sprockets/3c36df6af1863f67917951036d1d7221
290
+ - spec/dummy/tmp/cache/assets/test/sprockets/5bf1895db17a04b83c2f8c9bd096ca85
291
+ - spec/dummy/tmp/cache/assets/test/sprockets/7f4ca612f398e7c52f7fd934cddbaa50
292
+ - spec/dummy/tmp/cache/assets/test/sprockets/b9d7ea8e2449bbec7d43b6518403dc6c
293
+ - spec/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994
294
+ - spec/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6
295
+ - spec/dummy/tmp/cache/assets/test/sprockets/ed792a88666afd4aff94594da589930e
296
+ - spec/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655
297
+ - spec/features/magazine/articles_spec.rb
298
+ - spec/features/magazine/articles_spec.rb~
299
+ - spec/models/magazine/data.rb~
300
+ - spec/models/magazine/data_spec.rb~
301
+ - spec/models/magazine/rack_spec.rb
302
+ - spec/models/magazine/rack_spec.rb~
303
+ - spec/rails_helper.rb
304
+ - spec/rails_helper.rb~
305
+ - spec/spec_helper.rb
306
+ - spec/spec_helper.rb~