fleakr 0.6.2 → 0.6.3

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -408,6 +408,7 @@ in this project enough to contribute their ideas and code:
408
408
  * {John Guenin}[http://github.com/johng]
409
409
  * {Thomas Olausson}[http://github.com/latompa]
410
410
  * {Robert Sköld}[http://github.com/slaskis]
411
+ * {Nathan Walls}[http://github.com/base10]
411
412
  * {Björn Wolf}[http://github.com/we5]
412
413
 
413
414
  Thanks!
data/lib/fleakr.rb CHANGED
@@ -9,7 +9,15 @@ require 'forwardable'
9
9
  # Require only what we need from ActiveSupport
10
10
  require 'active_support/core_ext/array'
11
11
  require 'active_support/core_ext/module'
12
- require 'active_support/core_ext/blank'
12
+
13
+ begin
14
+ # ActiveSupport < 2.3.5
15
+ require 'active_support/core_ext/blank'
16
+ rescue NameError
17
+ # ActiveSupport >= 2.3.5 will raise a NameError exception
18
+ require 'active_support/core_ext/object/blank'
19
+ end
20
+
13
21
  require 'active_support/core_ext/time'
14
22
  require 'active_support/inflector'
15
23
  require 'active_support/core_ext/string'
@@ -3,7 +3,7 @@ module Fleakr
3
3
 
4
4
  MAJOR = 0
5
5
  MINOR = 6
6
- TINY = 2
6
+ TINY = 3
7
7
 
8
8
  def self.to_s
9
9
  [MAJOR, MINOR, TINY].join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fleakr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrick Reagan
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-12-06 00:00:00 -05:00
12
+ date: 2009-12-28 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -166,7 +166,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
166
166
  requirements: []
167
167
 
168
168
  rubyforge_project:
169
- rubygems_version: 1.3.4
169
+ rubygems_version: 1.3.5
170
170
  signing_key:
171
171
  specification_version: 3
172
172
  summary: A small, yet powerful, gem to interface with Flickr photostreams