dynamic_image 1.0.0 → 1.0.1

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.
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dynamic_image
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - "Inge J\xC3\xB8rgensen"
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2014-06-12 00:00:00 Z
18
+ date: 2014-07-30 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: rmagick
@@ -56,10 +56,33 @@ executables: []
56
56
  extensions: []
57
57
 
58
58
  extra_rdoc_files:
59
+ - LICENSE
59
60
  - README.md
60
61
  files:
62
+ - LICENSE
61
63
  - README.md
64
+ - Rakefile
65
+ - VERSION
66
+ - app/controllers/images_controller.rb
67
+ - app/models/image.rb
68
+ - config/routes.rb
62
69
  - dynamic_image.gemspec
70
+ - dynamic_image.sublime-project
71
+ - dynamic_image.sublime-workspace
72
+ - init.rb
73
+ - install.rb
74
+ - lib/binary_storage.rb
75
+ - lib/binary_storage/active_record_extensions.rb
76
+ - lib/binary_storage/blob.rb
77
+ - lib/dynamic_image.rb
78
+ - lib/dynamic_image/active_record_extensions.rb
79
+ - lib/dynamic_image/engine.rb
80
+ - lib/dynamic_image/filterset.rb
81
+ - lib/dynamic_image/helper.rb
82
+ - lib/generators/dynamic_image/USAGE
83
+ - lib/generators/dynamic_image/dynamic_image_generator.rb
84
+ - lib/generators/dynamic_image/templates/migrations/create_images.rb
85
+ - uninstall.rb
63
86
  homepage: http://github.com/elektronaut/dynamic_image
64
87
  licenses: []
65
88