active_record_content_blob 0.1.1 → 0.1.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/active_record_content_blob.gemspec +3 -3
- data/lib/generators/{content_blob/migration_generator.rb → content_blob_generator.rb} +0 -0
- data/lib/generators/{content_blob/templates → templates}/create_content_blobs.rb +0 -0
- data/spec/lib/generators/migration_generator_test.rb +1 -1
- metadata +4 -4
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.2
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "active_record_content_blob"
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Dan Nguyen"]
|
|
@@ -29,8 +29,8 @@ Gem::Specification.new do |s|
|
|
|
29
29
|
"lib/active_record_content_blob.rb",
|
|
30
30
|
"lib/content_blob.rb",
|
|
31
31
|
"lib/content_blob/blobable.rb",
|
|
32
|
-
"lib/generators/
|
|
33
|
-
"lib/generators/
|
|
32
|
+
"lib/generators/content_blob_generator.rb",
|
|
33
|
+
"lib/generators/templates/create_content_blobs.rb",
|
|
34
34
|
"spec/generator_helper.rb",
|
|
35
35
|
"spec/lib/generators/migration_generator_spec.rb",
|
|
36
36
|
"spec/lib/generators/migration_generator_test.rb",
|
|
File without changes
|
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
require 'generator_helper'
|
|
2
2
|
require "rails/generators"
|
|
3
|
-
require File.expand_path '../../../../lib/generators/
|
|
3
|
+
require File.expand_path '../../../../lib/generators/content_blob_generator', __FILE__
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
class MigrationGeneratorTest < Rails::Generators::TestCase
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: active_record_content_blob
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -159,8 +159,8 @@ files:
|
|
|
159
159
|
- lib/active_record_content_blob.rb
|
|
160
160
|
- lib/content_blob.rb
|
|
161
161
|
- lib/content_blob/blobable.rb
|
|
162
|
-
- lib/generators/
|
|
163
|
-
- lib/generators/
|
|
162
|
+
- lib/generators/content_blob_generator.rb
|
|
163
|
+
- lib/generators/templates/create_content_blobs.rb
|
|
164
164
|
- spec/generator_helper.rb
|
|
165
165
|
- spec/lib/generators/migration_generator_spec.rb
|
|
166
166
|
- spec/lib/generators/migration_generator_test.rb
|
|
@@ -182,7 +182,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
182
182
|
version: '0'
|
|
183
183
|
segments:
|
|
184
184
|
- 0
|
|
185
|
-
hash:
|
|
185
|
+
hash: 246038623770777040
|
|
186
186
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
187
187
|
none: false
|
|
188
188
|
requirements:
|