archerplume 0.0.2 → 0.0.3

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 (97) hide show
  1. metadata +87 -175
  2. checksums.yaml +0 -7
  3. data/.gitignore +0 -16
  4. data/Gemfile +0 -45
  5. data/Gemfile.lock +0 -149
  6. data/LICENSE.txt +0 -22
  7. data/README.md +0 -29
  8. data/README.rdoc +0 -28
  9. data/Rakefile +0 -6
  10. data/app/assets/images/.keep +0 -0
  11. data/app/assets/javascripts/application.js +0 -16
  12. data/app/assets/javascripts/articles.js.coffee +0 -3
  13. data/app/assets/javascripts/comments.js.coffee +0 -3
  14. data/app/assets/javascripts/welcome.js.coffee +0 -3
  15. data/app/assets/stylesheets/application.css +0 -18
  16. data/app/assets/stylesheets/articles.css.scss +0 -3
  17. data/app/assets/stylesheets/comments.css.scss +0 -3
  18. data/app/assets/stylesheets/welcome.css.scss +0 -6
  19. data/app/controllers/application_controller.rb +0 -6
  20. data/app/controllers/articles_controller.rb +0 -50
  21. data/app/controllers/comments_controller.rb +0 -21
  22. data/app/controllers/concerns/.keep +0 -0
  23. data/app/controllers/welcome_controller.rb +0 -21
  24. data/app/helpers/application_helper.rb +0 -2
  25. data/app/helpers/articles_helper.rb +0 -2
  26. data/app/helpers/comments_helper.rb +0 -2
  27. data/app/helpers/welcome_helper.rb +0 -2
  28. data/app/mailers/.keep +0 -0
  29. data/app/models/.keep +0 -0
  30. data/app/models/article.rb +0 -5
  31. data/app/models/comment.rb +0 -3
  32. data/app/models/concerns/.keep +0 -0
  33. data/app/views/articles/_form.html.erb +0 -24
  34. data/app/views/articles/edit.html.erb +0 -3
  35. data/app/views/articles/index.html.erb +0 -18
  36. data/app/views/articles/new.html.erb +0 -27
  37. data/app/views/articles/show.html.erb +0 -26
  38. data/app/views/comments/_comment.html.erb +0 -13
  39. data/app/views/comments/_form.html.erb +0 -27
  40. data/app/views/layouts/application.html.erb +0 -14
  41. data/app/views/welcome/index.html.erb +0 -1
  42. data/archerplume-0.0.1.gem +0 -0
  43. data/archerplume.gemspec +0 -24
  44. data/bin/bundle +0 -3
  45. data/bin/rails +0 -4
  46. data/bin/rake +0 -4
  47. data/config/application.rb +0 -27
  48. data/config/boot.rb +0 -4
  49. data/config/database.yml +0 -25
  50. data/config/environment.rb +0 -5
  51. data/config/environments/development.rb +0 -29
  52. data/config/environments/production.rb +0 -80
  53. data/config/environments/test.rb +0 -36
  54. data/config/initializers/backtrace_silencers.rb +0 -7
  55. data/config/initializers/filter_parameter_logging.rb +0 -4
  56. data/config/initializers/inflections.rb +0 -16
  57. data/config/initializers/mime_types.rb +0 -5
  58. data/config/initializers/secret_token.rb +0 -12
  59. data/config/initializers/session_store.rb +0 -3
  60. data/config/initializers/wrap_parameters.rb +0 -14
  61. data/config/locales/en.yml +0 -23
  62. data/config/routes.rb +0 -62
  63. data/config.ru +0 -4
  64. data/db/migrate/20140619134507_create_articles.rb +0 -10
  65. data/db/migrate/20140619143648_create_comments.rb +0 -11
  66. data/db/schema.rb +0 -33
  67. data/db/seeds.rb +0 -7
  68. data/doc/api/created.rid +0 -0
  69. data/lib/archerplume/version.rb +0 -3
  70. data/lib/archerplume.rb +0 -5
  71. data/lib/assets/.keep +0 -0
  72. data/lib/tasks/.keep +0 -0
  73. data/log/.keep +0 -0
  74. data/public/404.html +0 -58
  75. data/public/422.html +0 -58
  76. data/public/500.html +0 -57
  77. data/public/favicon.ico +0 -0
  78. data/public/robots.txt +0 -5
  79. data/test/controllers/.keep +0 -0
  80. data/test/controllers/articles_controller_test.rb +0 -7
  81. data/test/controllers/comments_controller_test.rb +0 -7
  82. data/test/controllers/welcome_controller_test.rb +0 -9
  83. data/test/fixtures/.keep +0 -0
  84. data/test/fixtures/articles.yml +0 -9
  85. data/test/fixtures/comments.yml +0 -11
  86. data/test/helpers/.keep +0 -0
  87. data/test/helpers/articles_helper_test.rb +0 -4
  88. data/test/helpers/comments_helper_test.rb +0 -4
  89. data/test/helpers/welcome_helper_test.rb +0 -4
  90. data/test/integration/.keep +0 -0
  91. data/test/mailers/.keep +0 -0
  92. data/test/models/.keep +0 -0
  93. data/test/models/article_test.rb +0 -7
  94. data/test/models/comment_test.rb +0 -7
  95. data/test/test_helper.rb +0 -15
  96. data/vendor/assets/javascripts/.keep +0 -0
  97. data/vendor/assets/stylesheets/.keep +0 -0
metadata CHANGED
@@ -1,201 +1,113 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: archerplume
3
- version: !ruby/object:Gem::Version
4
- version: 0.0.2
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 0
8
+ - 3
9
+ version: 0.0.3
5
10
  platform: ruby
6
- authors:
11
+ authors:
7
12
  - Weldon
8
13
  autorequire:
9
14
  bindir: bin
10
15
  cert_chain: []
11
- date: 2014-06-19 00:00:00.000000000 Z
12
- dependencies:
13
- - !ruby/object:Gem::Dependency
16
+
17
+ date: 2014-06-23 00:00:00 -04:00
18
+ default_executable:
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
14
21
  name: bundler
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - ~>
18
- - !ruby/object:Gem::Version
19
- version: '1.3'
20
- type: :development
21
22
  prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
23
+ requirement: &id001 !ruby/object:Gem::Requirement
24
+ requirements:
24
25
  - - ~>
25
- - !ruby/object:Gem::Version
26
- version: '1.3'
27
- - !ruby/object:Gem::Dependency
28
- name: rake
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - '>='
32
- - !ruby/object:Gem::Version
33
- version: '0'
26
+ - !ruby/object:Gem::Version
27
+ segments:
28
+ - 1
29
+ - 3
30
+ version: "1.3"
34
31
  type: :development
32
+ version_requirements: *id001
33
+ - !ruby/object:Gem::Dependency
34
+ name: rake
35
35
  prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - '>='
39
- - !ruby/object:Gem::Version
40
- version: '0'
41
- - !ruby/object:Gem::Dependency
36
+ requirement: &id002 !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ segments:
41
+ - 0
42
+ version: "0"
43
+ type: :development
44
+ version_requirements: *id002
45
+ - !ruby/object:Gem::Dependency
42
46
  name: rspec
43
- requirement: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - '>='
46
- - !ruby/object:Gem::Version
47
- version: '0'
47
+ prerelease: false
48
+ requirement: &id003 !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ segments:
53
+ - 0
54
+ version: "0"
48
55
  type: :runtime
56
+ version_requirements: *id003
57
+ - !ruby/object:Gem::Dependency
58
+ name: rails
49
59
  prerelease: false
50
- version_requirements: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - '>='
53
- - !ruby/object:Gem::Version
54
- version: '0'
55
- description: ArcherPlume Blog FrameWork
56
- email:
60
+ requirement: &id004 !ruby/object:Gem::Requirement
61
+ requirements:
62
+ - - ~>
63
+ - !ruby/object:Gem::Version
64
+ segments:
65
+ - 4
66
+ - 1
67
+ - 1
68
+ version: 4.1.1
69
+ type: :runtime
70
+ version_requirements: *id004
71
+ description: ArcherPlume Blog FrameWork is a gem in which users can install and after installing , can copy the contents of the gem( in which is a rails application).
72
+ email:
57
73
  - "weldon23.henson23@gmail.com\t"
58
- executables:
59
- - bundle
60
- - rails
61
- - rake
74
+ executables: []
75
+
62
76
  extensions: []
77
+
63
78
  extra_rdoc_files: []
64
- files:
65
- - .gitignore
66
- - Gemfile
67
- - Gemfile.lock
68
- - LICENSE.txt
69
- - README.md
70
- - README.rdoc
71
- - Rakefile
72
- - app/assets/images/.keep
73
- - app/assets/javascripts/application.js
74
- - app/assets/javascripts/articles.js.coffee
75
- - app/assets/javascripts/comments.js.coffee
76
- - app/assets/javascripts/welcome.js.coffee
77
- - app/assets/stylesheets/application.css
78
- - app/assets/stylesheets/articles.css.scss
79
- - app/assets/stylesheets/comments.css.scss
80
- - app/assets/stylesheets/welcome.css.scss
81
- - app/controllers/application_controller.rb
82
- - app/controllers/articles_controller.rb
83
- - app/controllers/comments_controller.rb
84
- - app/controllers/concerns/.keep
85
- - app/controllers/welcome_controller.rb
86
- - app/helpers/application_helper.rb
87
- - app/helpers/articles_helper.rb
88
- - app/helpers/comments_helper.rb
89
- - app/helpers/welcome_helper.rb
90
- - app/mailers/.keep
91
- - app/models/.keep
92
- - app/models/article.rb
93
- - app/models/comment.rb
94
- - app/models/concerns/.keep
95
- - app/views/articles/_form.html.erb
96
- - app/views/articles/edit.html.erb
97
- - app/views/articles/index.html.erb
98
- - app/views/articles/new.html.erb
99
- - app/views/articles/show.html.erb
100
- - app/views/comments/_comment.html.erb
101
- - app/views/comments/_form.html.erb
102
- - app/views/layouts/application.html.erb
103
- - app/views/welcome/index.html.erb
104
- - archerplume-0.0.1.gem
105
- - archerplume.gemspec
106
- - bin/bundle
107
- - bin/rails
108
- - bin/rake
109
- - config.ru
110
- - config/application.rb
111
- - config/boot.rb
112
- - config/database.yml
113
- - config/environment.rb
114
- - config/environments/development.rb
115
- - config/environments/production.rb
116
- - config/environments/test.rb
117
- - config/initializers/backtrace_silencers.rb
118
- - config/initializers/filter_parameter_logging.rb
119
- - config/initializers/inflections.rb
120
- - config/initializers/mime_types.rb
121
- - config/initializers/secret_token.rb
122
- - config/initializers/session_store.rb
123
- - config/initializers/wrap_parameters.rb
124
- - config/locales/en.yml
125
- - config/routes.rb
126
- - db/migrate/20140619134507_create_articles.rb
127
- - db/migrate/20140619143648_create_comments.rb
128
- - db/schema.rb
129
- - db/seeds.rb
130
- - doc/api/created.rid
131
- - lib/archerplume.rb
132
- - lib/archerplume/version.rb
133
- - lib/assets/.keep
134
- - lib/tasks/.keep
135
- - log/.keep
136
- - public/404.html
137
- - public/422.html
138
- - public/500.html
139
- - public/favicon.ico
140
- - public/robots.txt
141
- - test/controllers/.keep
142
- - test/controllers/articles_controller_test.rb
143
- - test/controllers/comments_controller_test.rb
144
- - test/controllers/welcome_controller_test.rb
145
- - test/fixtures/.keep
146
- - test/fixtures/articles.yml
147
- - test/fixtures/comments.yml
148
- - test/helpers/.keep
149
- - test/helpers/articles_helper_test.rb
150
- - test/helpers/comments_helper_test.rb
151
- - test/helpers/welcome_helper_test.rb
152
- - test/integration/.keep
153
- - test/mailers/.keep
154
- - test/models/.keep
155
- - test/models/article_test.rb
156
- - test/models/comment_test.rb
157
- - test/test_helper.rb
158
- - vendor/assets/javascripts/.keep
159
- - vendor/assets/stylesheets/.keep
79
+
80
+ files: []
81
+
82
+ has_rdoc: true
160
83
  homepage: http://archercraftstore.github.io
161
- licenses:
84
+ licenses:
162
85
  - MIT
163
- metadata: {}
164
86
  post_install_message:
165
87
  rdoc_options: []
166
- require_paths:
88
+
89
+ require_paths:
167
90
  - lib
168
- required_ruby_version: !ruby/object:Gem::Requirement
169
- requirements:
170
- - - '>='
171
- - !ruby/object:Gem::Version
172
- version: '0'
173
- required_rubygems_version: !ruby/object:Gem::Requirement
174
- requirements:
175
- - - '>='
176
- - !ruby/object:Gem::Version
177
- version: '0'
91
+ required_ruby_version: !ruby/object:Gem::Requirement
92
+ requirements:
93
+ - - ">="
94
+ - !ruby/object:Gem::Version
95
+ segments:
96
+ - 0
97
+ version: "0"
98
+ required_rubygems_version: !ruby/object:Gem::Requirement
99
+ requirements:
100
+ - - ">="
101
+ - !ruby/object:Gem::Version
102
+ segments:
103
+ - 0
104
+ version: "0"
178
105
  requirements: []
106
+
179
107
  rubyforge_project:
180
- rubygems_version: 2.0.2
108
+ rubygems_version: 1.3.6
181
109
  signing_key:
182
- specification_version: 4
110
+ specification_version: 3
183
111
  summary: ABF
184
- test_files:
185
- - test/controllers/.keep
186
- - test/controllers/articles_controller_test.rb
187
- - test/controllers/comments_controller_test.rb
188
- - test/controllers/welcome_controller_test.rb
189
- - test/fixtures/.keep
190
- - test/fixtures/articles.yml
191
- - test/fixtures/comments.yml
192
- - test/helpers/.keep
193
- - test/helpers/articles_helper_test.rb
194
- - test/helpers/comments_helper_test.rb
195
- - test/helpers/welcome_helper_test.rb
196
- - test/integration/.keep
197
- - test/mailers/.keep
198
- - test/models/.keep
199
- - test/models/article_test.rb
200
- - test/models/comment_test.rb
201
- - test/test_helper.rb
112
+ test_files: []
113
+
checksums.yaml DELETED
@@ -1,7 +0,0 @@
1
- ---
2
- SHA1:
3
- metadata.gz: 74bff46c1a2907dd388cc041473957ab90e0a694
4
- data.tar.gz: 74e76b837021b505280b3aaf1ad5f92d77b464b9
5
- SHA512:
6
- metadata.gz: 0edd79bb2974ac6a6508f332753ec45570c58b32a117e7e03d5d63ff6bd2f975f334674a89b8ab231f1e3114ed95c407376ec409d70f21c7974314539325032c
7
- data.tar.gz: 60250d7a8defc52426a1c882f0e9ce38fc779448cec688d2c5efa1d8e67e7bfc9b1f3ac67a2c2c2b5afbb3f5e18f838d23eb2c212a05a979a24b9e4356a43d1e
data/.gitignore DELETED
@@ -1,16 +0,0 @@
1
- # See http://help.github.com/ignore-files/ for more about ignoring files.
2
- #
3
- # If you find yourself ignoring temporary files generated by your text editor
4
- # or operating system, you probably want to add a global ignore instead:
5
- # git config --global core.excludesfile '~/.gitignore_global'
6
-
7
- # Ignore bundler config.
8
- /.bundle
9
-
10
- # Ignore the default SQLite database.
11
- /db/*.sqlite3
12
- /db/*.sqlite3-journal
13
-
14
- # Ignore all logfiles and tempfiles.
15
- /log/*.log
16
- /tmp
data/Gemfile DELETED
@@ -1,45 +0,0 @@
1
- source 'https://rubygems.org'
2
- gem 'google-api-client'
3
- # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
4
- gem 'rails', '4.0.0'
5
-
6
- # Use sqlite3 as the database for Active Record
7
- gem 'sqlite3'
8
-
9
- # Use SCSS for stylesheets
10
- gem 'sass-rails', '~> 4.0.0'
11
-
12
- # Use Uglifier as compressor for JavaScript assets
13
- gem 'uglifier', '>= 1.3.0'
14
-
15
- # Use CoffeeScript for .js.coffee assets and views
16
- gem 'coffee-rails', '~> 4.0.0'
17
-
18
- # See https://github.com/sstephenson/execjs#readme for more supported runtimes
19
- # gem 'therubyracer', platforms: :ruby
20
-
21
- # Use jquery as the JavaScript library
22
- gem 'jquery-rails'
23
-
24
- # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
25
- gem 'turbolinks'
26
-
27
- # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
28
- gem 'jbuilder', '~> 1.2'
29
-
30
- group :doc do
31
- # bundle exec rake doc:rails generates the API under doc/api.
32
- gem 'sdoc', require: false
33
- end
34
-
35
- # Use ActiveModel has_secure_password
36
- # gem 'bcrypt-ruby', '~> 3.0.0'
37
-
38
- # Use unicorn as the app server
39
- # gem 'unicorn'
40
-
41
- # Use Capistrano for deployment
42
- # gem 'capistrano', group: :development
43
-
44
- # Use debugger
45
- # gem 'debugger', group: [:development, :test]
data/Gemfile.lock DELETED
@@ -1,149 +0,0 @@
1
- GEM
2
- remote: https://rubygems.org/
3
- specs:
4
- actionmailer (4.0.0)
5
- actionpack (= 4.0.0)
6
- mail (~> 2.5.3)
7
- actionpack (4.0.0)
8
- activesupport (= 4.0.0)
9
- builder (~> 3.1.0)
10
- erubis (~> 2.7.0)
11
- rack (~> 1.5.2)
12
- rack-test (~> 0.6.2)
13
- activemodel (4.0.0)
14
- activesupport (= 4.0.0)
15
- builder (~> 3.1.0)
16
- activerecord (4.0.0)
17
- activemodel (= 4.0.0)
18
- activerecord-deprecated_finders (~> 1.0.2)
19
- activesupport (= 4.0.0)
20
- arel (~> 4.0.0)
21
- activerecord-deprecated_finders (1.0.3)
22
- activesupport (4.0.0)
23
- i18n (~> 0.6, >= 0.6.4)
24
- minitest (~> 4.2)
25
- multi_json (~> 1.3)
26
- thread_safe (~> 0.1)
27
- tzinfo (~> 0.3.37)
28
- addressable (2.3.6)
29
- arel (4.0.2)
30
- autoparse (0.3.3)
31
- addressable (>= 2.3.1)
32
- extlib (>= 0.9.15)
33
- multi_json (>= 1.0.0)
34
- builder (3.1.4)
35
- coffee-rails (4.0.1)
36
- coffee-script (>= 2.2.0)
37
- railties (>= 4.0.0, < 5.0)
38
- coffee-script (2.2.0)
39
- coffee-script-source
40
- execjs
41
- coffee-script-source (1.7.0)
42
- erubis (2.7.0)
43
- execjs (2.2.0)
44
- extlib (0.9.16)
45
- faraday (0.9.0)
46
- multipart-post (>= 1.2, < 3)
47
- google-api-client (0.7.1)
48
- addressable (>= 2.3.2)
49
- autoparse (>= 0.3.3)
50
- extlib (>= 0.9.15)
51
- faraday (>= 0.9.0)
52
- jwt (>= 0.1.5)
53
- launchy (>= 2.1.1)
54
- multi_json (>= 1.0.0)
55
- retriable (>= 1.4)
56
- signet (>= 0.5.0)
57
- uuidtools (>= 2.1.0)
58
- hike (1.2.3)
59
- i18n (0.6.9)
60
- jbuilder (1.5.3)
61
- activesupport (>= 3.0.0)
62
- multi_json (>= 1.2.0)
63
- jquery-rails (3.1.0)
64
- railties (>= 3.0, < 5.0)
65
- thor (>= 0.14, < 2.0)
66
- json (1.8.1)
67
- jwt (1.0.0)
68
- launchy (2.4.2)
69
- addressable (~> 2.3)
70
- mail (2.5.4)
71
- mime-types (~> 1.16)
72
- treetop (~> 1.4.8)
73
- mime-types (1.25.1)
74
- minitest (4.7.5)
75
- multi_json (1.10.1)
76
- multipart-post (2.0.0)
77
- polyglot (0.3.5)
78
- rack (1.5.2)
79
- rack-test (0.6.2)
80
- rack (>= 1.0)
81
- rails (4.0.0)
82
- actionmailer (= 4.0.0)
83
- actionpack (= 4.0.0)
84
- activerecord (= 4.0.0)
85
- activesupport (= 4.0.0)
86
- bundler (>= 1.3.0, < 2.0)
87
- railties (= 4.0.0)
88
- sprockets-rails (~> 2.0.0)
89
- railties (4.0.0)
90
- actionpack (= 4.0.0)
91
- activesupport (= 4.0.0)
92
- rake (>= 0.8.7)
93
- thor (>= 0.18.1, < 2.0)
94
- rake (10.3.2)
95
- rdoc (4.1.1)
96
- json (~> 1.4)
97
- retriable (1.4.1)
98
- sass (3.2.19)
99
- sass-rails (4.0.3)
100
- railties (>= 4.0.0, < 5.0)
101
- sass (~> 3.2.0)
102
- sprockets (~> 2.8, <= 2.11.0)
103
- sprockets-rails (~> 2.0)
104
- sdoc (0.4.0)
105
- json (~> 1.8)
106
- rdoc (~> 4.0, < 5.0)
107
- signet (0.5.1)
108
- addressable (>= 2.2.3)
109
- faraday (>= 0.9.0.rc5)
110
- jwt (>= 0.1.5)
111
- multi_json (>= 1.0.0)
112
- sprockets (2.11.0)
113
- hike (~> 1.2)
114
- multi_json (~> 1.0)
115
- rack (~> 1.0)
116
- tilt (~> 1.1, != 1.3.0)
117
- sprockets-rails (2.0.1)
118
- actionpack (>= 3.0)
119
- activesupport (>= 3.0)
120
- sprockets (~> 2.8)
121
- sqlite3 (1.3.9-x86-mingw32)
122
- thor (0.19.1)
123
- thread_safe (0.3.4)
124
- tilt (1.4.1)
125
- treetop (1.4.15)
126
- polyglot
127
- polyglot (>= 0.3.1)
128
- turbolinks (2.2.2)
129
- coffee-rails
130
- tzinfo (0.3.39)
131
- uglifier (2.5.1)
132
- execjs (>= 0.3.0)
133
- json (>= 1.8.0)
134
- uuidtools (2.1.4)
135
-
136
- PLATFORMS
137
- x86-mingw32
138
-
139
- DEPENDENCIES
140
- coffee-rails (~> 4.0.0)
141
- google-api-client
142
- jbuilder (~> 1.2)
143
- jquery-rails
144
- rails (= 4.0.0)
145
- sass-rails (~> 4.0.0)
146
- sdoc
147
- sqlite3
148
- turbolinks
149
- uglifier (>= 1.3.0)
data/LICENSE.txt DELETED
@@ -1,22 +0,0 @@
1
- Copyright (c) 2014 Weldon
2
-
3
- MIT License
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining
6
- a copy of this software and associated documentation files (the
7
- "Software"), to deal in the Software without restriction, including
8
- without limitation the rights to use, copy, modify, merge, publish,
9
- distribute, sublicense, and/or sell copies of the Software, and to
10
- permit persons to whom the Software is furnished to do so, subject to
11
- the following conditions:
12
-
13
- The above copyright notice and this permission notice shall be
14
- included in all copies or substantial portions of the Software.
15
-
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md DELETED
@@ -1,29 +0,0 @@
1
- # Archerplume
2
-
3
- TODO: Write a gem description
4
-
5
- ## Installation
6
-
7
- Add this line to your application's Gemfile:
8
-
9
- gem 'archerplume'
10
-
11
- And then execute:
12
-
13
- $ bundle
14
-
15
- Or install it yourself as:
16
-
17
- $ gem install archerplume
18
-
19
- ## Usage
20
-
21
- TODO: Write usage instructions here
22
-
23
- ## Contributing
24
-
25
- 1. Fork it
26
- 2. Create your feature branch (`git checkout -b my-new-feature`)
27
- 3. Commit your changes (`git commit -am 'Add some feature'`)
28
- 4. Push to the branch (`git push origin my-new-feature`)
29
- 5. Create new Pull Request
data/README.rdoc DELETED
@@ -1,28 +0,0 @@
1
- == README
2
-
3
- This README would normally document whatever steps are necessary to get the
4
- application up and running.
5
-
6
- Things you may want to cover:
7
-
8
- * Ruby version
9
-
10
- * System dependencies
11
-
12
- * Configuration
13
-
14
- * Database creation
15
-
16
- * Database initialization
17
-
18
- * How to run the test suite
19
-
20
- * Services (job queues, cache servers, search engines, etc.)
21
-
22
- * Deployment instructions
23
-
24
- * ...
25
-
26
-
27
- Please feel free to use a different markup language if you do not plan to run
28
- <tt>rake doc:app</tt>.
data/Rakefile DELETED
@@ -1,6 +0,0 @@
1
- # Add your own tasks in files placed in lib/tasks ending in .rake,
2
- # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
3
-
4
- require File.expand_path('../config/application', __FILE__)
5
-
6
- Archerplume::Application.load_tasks
File without changes
@@ -1,16 +0,0 @@
1
- // This is a manifest file that'll be compiled into application.js, which will include all the files
2
- // listed below.
3
- //
4
- // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
5
- // or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
6
- //
7
- // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
8
- // compiled file.
9
- //
10
- // Read Sprockets README (https://github.com/sstephenson/sprockets#sprockets-directives) for details
11
- // about supported directives.
12
- //
13
- //= require jquery
14
- //= require jquery_ujs
15
- //= require turbolinks
16
- //= require_tree .
@@ -1,3 +0,0 @@
1
- # Place all the behaviors and hooks related to the matching controller here.
2
- # All this logic will automatically be available in application.js.
3
- # You can use CoffeeScript in this file: http://coffeescript.org/
@@ -1,3 +0,0 @@
1
- # Place all the behaviors and hooks related to the matching controller here.
2
- # All this logic will automatically be available in application.js.
3
- # You can use CoffeeScript in this file: http://coffeescript.org/
@@ -1,3 +0,0 @@
1
- # Place all the behaviors and hooks related to the matching controller here.
2
- # All this logic will automatically be available in application.js.
3
- # You can use CoffeeScript in this file: http://coffeescript.org/
@@ -1,18 +0,0 @@
1
- /*
2
- * This is a manifest file that'll be compiled into application.css, which will include all the files
3
- * listed below.
4
- *
5
- * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
6
- * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
7
- *
8
- * You're free to add application-wide styles to this file and they'll appear at the top of the
9
- * compiled file, but it's generally better to create a new file per style scope.
10
- *
11
- *= require_self
12
- *= require_tree .
13
- */
14
-
15
- * {
16
- font-family: Segoe UI;
17
-
18
- }
@@ -1,3 +0,0 @@
1
- // Place all the styles related to the articles controller here.
2
- // They will automatically be included in application.css.
3
- // You can use Sass (SCSS) here: http://sass-lang.com/
@@ -1,3 +0,0 @@
1
- // Place all the styles related to the Comments controller here.
2
- // They will automatically be included in application.css.
3
- // You can use Sass (SCSS) here: http://sass-lang.com/
@@ -1,6 +0,0 @@
1
- // Place all the styles related to the welcome controller here.
2
- // They will automatically be included in application.css.
3
- // You can use Sass (SCSS) here: http://sass-lang.com/
4
- h1{
5
- font-family: Segoe UI;
6
- }
@@ -1,6 +0,0 @@
1
- class ApplicationController < ActionController::Base
2
- # Prevent CSRF attacks by raising an exception.
3
- # For APIs, you may want to use :null_session instead.
4
-
5
- protect_from_forgery with: :exception
6
- end