yfrog 1.0.1 → 1.0.2

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/yfrog.rb +1 -1
  2. data/yfrog.gemspec +1 -1
  3. metadata +2 -2
@@ -17,7 +17,7 @@ module YFrog
17
17
  when :thumb; ":small"
18
18
  end
19
19
  raise ArgumentError unless suffix
20
- url << suffix
20
+ url + suffix
21
21
  end
22
22
  end
23
23
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "yfrog"
5
- s.version = "1.0.1"
5
+ s.version = "1.0.2"
6
6
  s.date = Time.now.strftime('%Y-%m-%d')
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ["Sean Moon"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yfrog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
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: 2011-10-16 00:00:00.000000000 -04:00
12
+ date: 2011-10-20 00:00:00.000000000 -04:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
  description: work with yfrog urls to get image urls and such