rails_real_favicon 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -1,3 +1,10 @@
1
1
  = RailsRealFavicon
2
2
 
3
- This project rocks and uses MIT-LICENSE.
3
+ Create a multi-platform favicon for your Ruby on Rails project with RealFaviconGenerator.
4
+
5
+ To use this Rails plugin:
6
+
7
+ * Go to http://realfavicongenerator.net, submit your image and craft your icons.
8
+ https://cloud.githubusercontent.com/assets/423852/11431579/88a71cb0-949b-11e5-9dd4-3cf57f4e3b1a.png
9
+ * In the result page, click the Ruby on Rails tab and follow the instructions.
10
+ https://cloud.githubusercontent.com/assets/423852/11431581/8c0ab45c-949b-11e5-9b4a-c3a2beba0180.png
@@ -1,3 +1,3 @@
1
1
  module RailsRealFavicon
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -1,6 +1,7 @@
1
1
  require File.expand_path('../boot', __FILE__)
2
2
 
3
- require 'rails/all'
3
+ require 'action_view/railtie'
4
+ require 'rails/generators'
4
5
 
5
6
  Bundler.require(*Rails.groups)
6
7
  require "rails_real_favicon"
@@ -18,9 +19,6 @@ module Dummy
18
19
  # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
19
20
  # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
20
21
  # config.i18n.default_locale = :de
21
-
22
- # Do not swallow errors in after_commit/after_rollback callbacks.
23
- config.active_record.raise_in_transactional_callbacks = true
24
22
  end
25
23
  end
26
24
 
@@ -1,4 +1,4 @@
1
- Rails.application.configure do
1
+ Dummy::Application.configure do
2
2
  # Settings specified here will take precedence over those in config/application.rb.
3
3
 
4
4
  # The test environment is used exclusively to run your application's
@@ -18,18 +18,15 @@ Rails.application.configure do
18
18
 
19
19
  # Show full error reports and disable caching.
20
20
  config.consider_all_requests_local = true
21
- config.action_controller.perform_caching = false
22
21
 
23
22
  # Raise exceptions instead of rendering exception templates.
24
23
  config.action_dispatch.show_exceptions = false
25
24
 
26
25
  # Disable request forgery protection in test environment.
27
- config.action_controller.allow_forgery_protection = false
28
26
 
29
27
  # Tell Action Mailer not to deliver emails to the real world.
30
28
  # The :test delivery method accumulates sent emails in the
31
29
  # ActionMailer::Base.deliveries array.
32
- config.action_mailer.delivery_method = :test
33
30
 
34
31
  # Randomize the order test cases are executed.
35
32
  config.active_support.test_order = :random
data/test/test_helper.rb CHANGED
@@ -2,7 +2,6 @@
2
2
  ENV["RAILS_ENV"] = "test"
3
3
 
4
4
  require File.expand_path("../../test/dummy/config/environment.rb", __FILE__)
5
- ActiveRecord::Migrator.migrations_paths = [File.expand_path("../../test/dummy/db/migrate", __FILE__)]
6
5
  require "rails/test_help"
7
6
 
8
7
  # Filter out Minitest backtrace while allowing backtrace from other libraries
metadata CHANGED
@@ -1,69 +1,84 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_real_favicon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
+ prerelease:
5
6
  platform: ruby
6
7
  authors:
7
8
  - Philippe Bernard
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2015-11-27 00:00:00.000000000 Z
12
+ date: 2015-12-04 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: rails
15
16
  requirement: !ruby/object:Gem::Requirement
17
+ none: false
16
18
  requirements:
17
- - - "~>"
19
+ - - ! '>='
18
20
  - !ruby/object:Gem::Version
19
- version: '4'
21
+ version: '3.1'
22
+ - - <
23
+ - !ruby/object:Gem::Version
24
+ version: '5'
20
25
  type: :runtime
21
26
  prerelease: false
22
27
  version_requirements: !ruby/object:Gem::Requirement
28
+ none: false
23
29
  requirements:
24
- - - "~>"
30
+ - - ! '>='
31
+ - !ruby/object:Gem::Version
32
+ version: '3.1'
33
+ - - <
25
34
  - !ruby/object:Gem::Version
26
- version: '4'
35
+ version: '5'
27
36
  - !ruby/object:Gem::Dependency
28
37
  name: rest-client
29
38
  requirement: !ruby/object:Gem::Requirement
39
+ none: false
30
40
  requirements:
31
- - - "~>"
41
+ - - ~>
32
42
  - !ruby/object:Gem::Version
33
43
  version: '1.8'
34
44
  type: :runtime
35
45
  prerelease: false
36
46
  version_requirements: !ruby/object:Gem::Requirement
47
+ none: false
37
48
  requirements:
38
- - - "~>"
49
+ - - ~>
39
50
  - !ruby/object:Gem::Version
40
51
  version: '1.8'
41
52
  - !ruby/object:Gem::Dependency
42
53
  name: json
43
54
  requirement: !ruby/object:Gem::Requirement
55
+ none: false
44
56
  requirements:
45
- - - "~>"
57
+ - - ~>
46
58
  - !ruby/object:Gem::Version
47
59
  version: '1.7'
48
60
  type: :runtime
49
61
  prerelease: false
50
62
  version_requirements: !ruby/object:Gem::Requirement
63
+ none: false
51
64
  requirements:
52
- - - "~>"
65
+ - - ~>
53
66
  - !ruby/object:Gem::Version
54
67
  version: '1.7'
55
68
  - !ruby/object:Gem::Dependency
56
69
  name: zip
57
70
  requirement: !ruby/object:Gem::Requirement
71
+ none: false
58
72
  requirements:
59
- - - "~>"
73
+ - - ~>
60
74
  - !ruby/object:Gem::Version
61
75
  version: '2'
62
76
  type: :runtime
63
77
  prerelease: false
64
78
  version_requirements: !ruby/object:Gem::Requirement
79
+ none: false
65
80
  requirements:
66
- - - "~>"
81
+ - - ~>
67
82
  - !ruby/object:Gem::Version
68
83
  version: '2'
69
84
  description: Generate and install a favicon for all platforms with RealFaviconGenerator.
@@ -73,14 +88,12 @@ executables: []
73
88
  extensions: []
74
89
  extra_rdoc_files: []
75
90
  files:
76
- - MIT-LICENSE
77
- - README.rdoc
78
- - Rakefile
79
91
  - lib/generators/favicon_generator.rb
80
- - lib/rails_real_favicon.rb
81
92
  - lib/rails_real_favicon/version.rb
82
- - test/dummy/README.rdoc
83
- - test/dummy/Rakefile
93
+ - lib/rails_real_favicon.rb
94
+ - MIT-LICENSE
95
+ - Rakefile
96
+ - README.rdoc
84
97
  - test/dummy/app/assets/javascripts/application.js
85
98
  - test/dummy/app/assets/stylesheets/application.css
86
99
  - test/dummy/app/controllers/application_controller.rb
@@ -90,7 +103,6 @@ files:
90
103
  - test/dummy/bin/rails
91
104
  - test/dummy/bin/rake
92
105
  - test/dummy/bin/setup
93
- - test/dummy/config.ru
94
106
  - test/dummy/config/application.rb
95
107
  - test/dummy/config/boot.rb
96
108
  - test/dummy/config/database.yml
@@ -109,38 +121,42 @@ files:
109
121
  - test/dummy/config/locales/en.yml
110
122
  - test/dummy/config/routes.rb
111
123
  - test/dummy/config/secrets.yml
124
+ - test/dummy/config.ru
112
125
  - test/dummy/db/test.sqlite3
113
126
  - test/dummy/log/test.log
114
127
  - test/dummy/public/404.html
115
128
  - test/dummy/public/422.html
116
129
  - test/dummy/public/500.html
117
130
  - test/dummy/public/favicon.ico
131
+ - test/dummy/Rakefile
132
+ - test/dummy/README.rdoc
118
133
  - test/lib/generators/favicon_generator_test.rb
119
134
  - test/rails_real_favicon_test.rb
120
135
  - test/test_helper.rb
121
136
  homepage: https://github.com/RealFaviconGenerator/rails_real_favicon
122
137
  licenses:
123
138
  - MIT
124
- metadata: {}
125
139
  post_install_message:
126
140
  rdoc_options: []
127
141
  require_paths:
128
142
  - lib
129
143
  required_ruby_version: !ruby/object:Gem::Requirement
144
+ none: false
130
145
  requirements:
131
- - - ">="
146
+ - - ! '>='
132
147
  - !ruby/object:Gem::Version
133
148
  version: '0'
134
149
  required_rubygems_version: !ruby/object:Gem::Requirement
150
+ none: false
135
151
  requirements:
136
- - - ">="
152
+ - - ! '>='
137
153
  - !ruby/object:Gem::Version
138
154
  version: '0'
139
155
  requirements: []
140
156
  rubyforge_project:
141
- rubygems_version: 2.2.2
157
+ rubygems_version: 1.8.23.2
142
158
  signing_key:
143
- specification_version: 4
159
+ specification_version: 3
144
160
  summary: Manage the favicon of your RoR project with RealFaviconGenerator
145
161
  test_files:
146
162
  - test/dummy/app/assets/javascripts/application.js
checksums.yaml DELETED
@@ -1,7 +0,0 @@
1
- ---
2
- SHA1:
3
- metadata.gz: 4acaef7cea9c02853f651957849cfcd946cb1004
4
- data.tar.gz: 6804155c3f2479afd088c4f8246cc9143e7a80a5
5
- SHA512:
6
- metadata.gz: 9544ea8075478e1bbb082c8560be1b53fec5a654d0fc90ed9d170050f3e4123feb180c1d12c4513fc63f81337658312d5324cf3bf3f8bd41ab7ccfb19755cf15
7
- data.tar.gz: cca3a4acee27a3ab556c89c7b5fb5bcc0e83a3604b05713df56efe3c7f7eee8d3a4256a6451daa9b6ca08f96af10acfbfdae3fdafc6a2f4e9a6568a030f34e4a