bresson 0.0.2 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,16 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bresson (0.0.1)
4
+ bresson (0.0.4)
5
5
  flickraw
6
6
 
7
7
  GEM
8
8
  remote: http://rubygems.org/
9
9
  specs:
10
10
  diff-lcs (1.1.2)
11
- flickraw (0.8.4)
12
- json (>= 1.1.1)
13
- json (1.5.1)
11
+ flickraw (0.9.4)
14
12
  rspec (2.5.0)
15
13
  rspec-core (~> 2.5.0)
16
14
  rspec-expectations (~> 2.5.0)
@@ -25,5 +23,4 @@ PLATFORMS
25
23
 
26
24
  DEPENDENCIES
27
25
  bresson!
28
- flickraw
29
26
  rspec
@@ -10,6 +10,10 @@ module Bresson
10
10
  def method_missing name, *args
11
11
  eval "@item.#{name}(args)"
12
12
  end
13
-
13
+
14
+ def to_s
15
+ "{'reference':'upload','source':'#{@item.class.to_s.split('::').last}','link':#{@link}}"
16
+ end
17
+
14
18
  end
15
19
  end
@@ -1,3 +1,3 @@
1
1
  module Bresson
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 4
9
+ version: 0.0.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Christian Mortaro
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-05-01 00:00:00 -03:00
18
+ date: 2011-11-26 00:00:00 -02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency