digitalpardoe-rflickr 1.0.1.0 → 1.1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/flickr.rb +0 -1
  2. data/lib/flickr/base.rb +0 -2
  3. metadata +1 -1
@@ -31,7 +31,6 @@ require 'flickr/photos'
31
31
  require 'flickr/photosets'
32
32
  require 'flickr/pools'
33
33
  require 'flickr/reflection'
34
- require 'flickr/test'
35
34
  require 'flickr/transform'
36
35
  require 'flickr/upload'
37
36
  require 'flickr/urls'
@@ -128,7 +128,6 @@ class Flickr
128
128
  @people = nil
129
129
  @photos = nil
130
130
  @photosets = nil
131
- @test = nil
132
131
  @urls = nil
133
132
 
134
133
  @ticket_by_id = {}
@@ -150,7 +149,6 @@ class Flickr
150
149
  def photos() @photos ||= Photos.new(self) end
151
150
  def photosets() @photosets ||= PhotoSets.new(self) end
152
151
  def reflection() @reflection ||= Reflection.new(self) end
153
- def test() @test ||= Test.new(self) end
154
152
  def urls() @urls ||= Urls.new(self) end
155
153
  def tags() @tags ||= Tags.new(self) end
156
154
  def interestingness() @interestingness ||= Interestingness.new(self) end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: digitalpardoe-rflickr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1.0
4
+ version: 1.1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - digital:pardoe