attribute_imagifiable 0.0.2 → 0.0.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/attribute_imagifiable.gemspec +2 -2
- metadata +2 -2
|
@@ -4,12 +4,12 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |gem|
|
|
6
6
|
gem.name = "attribute_imagifiable"
|
|
7
|
-
gem.version = "0.0.
|
|
7
|
+
gem.version = "0.0.3"
|
|
8
8
|
gem.authors = ["Stefan Wienert", "Akos Toth"]
|
|
9
9
|
gem.email = ["stefan.wienert@pludoni.de"]
|
|
10
10
|
gem.description = %q{Using paperclip to generate images from sensible attributes like e-mails and telephone numbers, in order to reduce crawler's success}
|
|
11
11
|
gem.summary = gem.description
|
|
12
|
-
gem.homepage = ""
|
|
12
|
+
gem.homepage = "https://github.com/zealot128/attribute_imagifiable"
|
|
13
13
|
|
|
14
14
|
gem.files = `git ls-files`.split($/)
|
|
15
15
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: attribute_imagifiable
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -27,7 +27,7 @@ files:
|
|
|
27
27
|
- Rakefile
|
|
28
28
|
- attribute_imagifiable.gemspec
|
|
29
29
|
- lib/attribute_imagifiable.rb
|
|
30
|
-
homepage:
|
|
30
|
+
homepage: https://github.com/zealot128/attribute_imagifiable
|
|
31
31
|
licenses: []
|
|
32
32
|
post_install_message:
|
|
33
33
|
rdoc_options: []
|