photofy 0.4.1 → 0.4.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.
- checksums.yaml +4 -4
- data/README.md +0 -0
- data/lib/photofy.rb +0 -0
- data/lib/photofy/core.rb +3 -3
- data/lib/photofy/dummy_s3methods.rb +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5c1cbd27db50ac845ef04e02a9adab3ee959ad47
|
|
4
|
+
data.tar.gz: 47296f4ec16333c0ab40bf582a8eaf1147789429
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 53529db6eb69c81f5540e42f8057086f9c05aa440a8c8b880fd2e15a61689e60e4ea65f0456d3569dcdd67c8a2e705dc14ddfcd5f2b58d79fbf188c18e913481
|
|
7
|
+
data.tar.gz: ffb29e91cc0cc26453292f473c8d4d426be87f0a0f89f93763362db3867f84903e1f2434764fd649196d17e5da46609d67a47b972063a8a9597c1805e321d29d
|
data/README.md
CHANGED
|
File without changes
|
data/lib/photofy.rb
CHANGED
|
File without changes
|
data/lib/photofy/core.rb
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
module Photofy
|
|
2
2
|
module Core
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
mattr_accessor :photofied_flag
|
|
4
|
+
mattr_accessor :photo_fields
|
|
5
|
+
mattr_accessor :photo_formats
|
|
6
6
|
|
|
7
7
|
#Getter to check if model is enabled with file_folder
|
|
8
8
|
def is_photofied?
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: photofy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Praveen Kumar Sinha
|
|
@@ -45,7 +45,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
45
45
|
version: '0'
|
|
46
46
|
requirements: []
|
|
47
47
|
rubyforge_project:
|
|
48
|
-
rubygems_version: 2.4.
|
|
48
|
+
rubygems_version: 2.4.8
|
|
49
49
|
signing_key:
|
|
50
50
|
specification_version: 4
|
|
51
51
|
summary: Photofy
|