flickrie 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +1 -0
- data/Gemfile +6 -3
- data/README.md +7 -1
- data/flickrie.gemspec +0 -1
- data/lib/flickrie/version.rb +1 -1
- metadata +3 -14
data/.gitignore
CHANGED
data/Gemfile
CHANGED
data/README.md
CHANGED
@@ -12,7 +12,13 @@ make it pretty :)
|
|
12
12
|
|
13
13
|
## Examples of usage
|
14
14
|
|
15
|
-
You first need to
|
15
|
+
You first need to install the gem.
|
16
|
+
|
17
|
+
```
|
18
|
+
[sudo] gem install flickrie
|
19
|
+
```
|
20
|
+
|
21
|
+
Then in your app you require it and set the API key.
|
16
22
|
|
17
23
|
```ruby
|
18
24
|
require 'flickrie'
|
data/flickrie.gemspec
CHANGED
data/lib/flickrie/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: flickrie
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2012-04-21 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: faraday-stack
|
16
|
-
requirement: &
|
16
|
+
requirement: &70253217952440 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,18 +21,7 @@ dependencies:
|
|
21
21
|
version: '0'
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
25
|
-
- !ruby/object:Gem::Dependency
|
26
|
-
name: activesupport
|
27
|
-
requirement: &70204839379620 !ruby/object:Gem::Requirement
|
28
|
-
none: false
|
29
|
-
requirements:
|
30
|
-
- - ! '>='
|
31
|
-
- !ruby/object:Gem::Version
|
32
|
-
version: '0'
|
33
|
-
type: :runtime
|
34
|
-
prerelease: false
|
35
|
-
version_requirements: *70204839379620
|
24
|
+
version_requirements: *70253217952440
|
36
25
|
description: This gem is a nice wrapper for the Flickr API an intuitive interface.
|
37
26
|
email:
|
38
27
|
- janko.marohnic@gmail.com
|