ruby_gallery 0.2.1 → 0.2.2

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.1
1
+ 0.2.2
data/ruby_gallery.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "ruby_gallery"
8
- s.version = "0.2.1"
8
+ s.version = "0.2.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Peter Dang"]
@@ -55,8 +55,6 @@ Gem::Specification.new do |s|
55
55
  "app/helpers/ruby_gallery/ruby_gallery_helper.rb",
56
56
  "app/models/album_photo.rb",
57
57
  "app/views/shared/_photo_box.html.erb",
58
- "config/initializers/_load_config.rb",
59
- "config/initializers/ruby_gallery.rb",
60
58
  "config/locales/ruby_gallery.en.yml",
61
59
  "lib/generators/active_record/ruby_gallery_generator.rb",
62
60
  "lib/generators/active_record/templates/album_photo_migration.rb",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_gallery
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -185,8 +185,6 @@ files:
185
185
  - app/helpers/ruby_gallery/ruby_gallery_helper.rb
186
186
  - app/models/album_photo.rb
187
187
  - app/views/shared/_photo_box.html.erb
188
- - config/initializers/_load_config.rb
189
- - config/initializers/ruby_gallery.rb
190
188
  - config/locales/ruby_gallery.en.yml
191
189
  - lib/generators/active_record/ruby_gallery_generator.rb
192
190
  - lib/generators/active_record/templates/album_photo_migration.rb
@@ -214,7 +212,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
214
212
  version: '0'
215
213
  segments:
216
214
  - 0
217
- hash: -2397983288277051019
215
+ hash: 4468700967218839458
218
216
  required_rubygems_version: !ruby/object:Gem::Requirement
219
217
  none: false
220
218
  requirements:
@@ -1,5 +0,0 @@
1
- APP_CONFIG = {development: {}, test: {}, staging: {}, production: {}} if defined?(APP_CONFIG) == false
2
-
3
- if File.exists?("#{Rails.root}/config/config.yml")
4
- APP_CONFIG = YAML.load_file("#{Rails.root}/config/config.yml")[Rails.env].symbolize_keys
5
- end
File without changes