ruby_gallery 0.3.0.1 → 0.3.0.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 +1 -1
- data/lib/generators/active_record/templates/migration.rb +3 -3
- data/ruby_gallery.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
0.3.0.
|
1
|
+
0.3.0.2
|
2
2
|
|
@@ -1,9 +1,9 @@
|
|
1
1
|
class RubyGalleryAddColumnsToAlbumPhotos < ActiveRecord::Migration
|
2
|
-
def
|
3
|
-
t.
|
2
|
+
def self.up :album_photos do |t|
|
3
|
+
t.has_attached_file, :photo
|
4
4
|
end
|
5
5
|
|
6
6
|
def self.down
|
7
|
-
|
7
|
+
drop_attached_file :album_photos , :photo
|
8
8
|
end
|
9
9
|
end
|
data/ruby_gallery.gemspec
CHANGED
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.3.0.
|
4
|
+
version: 0.3.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -214,7 +214,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
214
214
|
version: '0'
|
215
215
|
segments:
|
216
216
|
- 0
|
217
|
-
hash:
|
217
|
+
hash: 4162273849680771234
|
218
218
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
219
219
|
none: false
|
220
220
|
requirements:
|