has-attached 0.1.2 → 0.1.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.
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.3
|
data/has-attached.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "has-attached"
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.3"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["mcasimir"]
|
|
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
|
|
|
22
22
|
"Rakefile",
|
|
23
23
|
"VERSION",
|
|
24
24
|
"has-attached.gemspec",
|
|
25
|
-
"lib/generators/
|
|
25
|
+
"lib/generators/has_attached/install_generator.rb",
|
|
26
26
|
"lib/has-attached.rb",
|
|
27
27
|
"lib/has-attached/engine.rb"
|
|
28
28
|
]
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: has-attached
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -104,7 +104,7 @@ files:
|
|
|
104
104
|
- Rakefile
|
|
105
105
|
- VERSION
|
|
106
106
|
- has-attached.gemspec
|
|
107
|
-
- lib/generators/
|
|
107
|
+
- lib/generators/has_attached/install_generator.rb
|
|
108
108
|
- lib/has-attached.rb
|
|
109
109
|
- lib/has-attached/engine.rb
|
|
110
110
|
homepage: http://github.com/mcasimir/kaminari-bootstrap
|
|
@@ -122,7 +122,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
122
122
|
version: '0'
|
|
123
123
|
segments:
|
|
124
124
|
- 0
|
|
125
|
-
hash:
|
|
125
|
+
hash: -586043076729620718
|
|
126
126
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
127
127
|
none: false
|
|
128
128
|
requirements:
|