ruby_imgur 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. metadata +2 -3
  2. data/lib/imgur.rb~ +0 -11
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_imgur
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
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: 2012-05-22 00:00:00.000000000 Z
12
+ date: 2012-06-03 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description:
15
15
  email: fraser.m.murray@gmail.com
@@ -19,7 +19,6 @@ extra_rdoc_files: []
19
19
  files:
20
20
  - lib/imgur_rails.rb
21
21
  - lib/test
22
- - lib/imgur.rb~
23
22
  - lib/imgur.rb
24
23
  homepage: ''
25
24
  licenses: []
data/lib/imgur.rb~ DELETED
@@ -1,11 +0,0 @@
1
- class Imgur
2
-
3
- def self.api_key=( api_key )
4
- @@api_key = api_key
5
- end
6
-
7
- def self.upload( filename )
8
-
9
- end
10
-
11
- end