RailsMug 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.
@@ -85,6 +85,7 @@ module RailsMug
85
85
  self.md5_sum = json_response['Image']['MD5Sum']
86
86
  self.medium_url = json_response['Image']['MediumURL']
87
87
  self.original_url = json_response['Image']['OriginalURL']
88
+ self.lightbox_url = json_response['Image']['LightboxURL']
88
89
  self.position = json_response['Image']['Position']
89
90
  self.serial = json_response['Image']['Serial']
90
91
  self.size = json_response['Image']['Size']
@@ -163,6 +164,7 @@ module RailsMug
163
164
  ret[:md5_sum] = self.md5_sum
164
165
  ret[:medium_url] = self.medium_url
165
166
  ret[:original_url] = self.original_url
167
+ ret[:lightbox_url] = self.lightbox_url
166
168
  ret[:position] = self.position
167
169
  ret[:serial] = self.serial
168
170
  ret[:size] = self.size
@@ -1,3 +1,3 @@
1
1
  module RailsMug
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: RailsMug
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-03-25 00:00:00.000000000 Z
12
+ date: 2013-03-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec