upflickr 0.1.6 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. data/CHANGELOG +6 -1
  2. data/LICENSE +20 -0
  3. data/README +16 -10
  4. metadata +7 -6
data/CHANGELOG CHANGED
@@ -1,4 +1,9 @@
1
+ v0.1.7 - 06-15-2010
2
+ -LICENSE
3
+ -contact info
4
+ -updated README
5
+
1
6
  v0.1.6 - 06-06-2010
2
7
  -new methods: list_photos, add_photo, remove_photo, delete_photo, license_photo, list_sets, create_set, delete_set
3
8
  -improved error handling
4
- -updated README
9
+ -updated README
data/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2010 Ben Baker-Smith, http://bitsynthesis.com/upflickr/
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README CHANGED
@@ -1,21 +1,27 @@
1
1
  #######################
2
- # upflickr v0.1.6 #
2
+ # upflickr v0.1.7 #
3
+ #######################
4
+ # Ben Baker-Smith
5
+ # bbakersmith@gmail.com
6
+ # http://bitsynthesis.com/upflickr/
7
+ #######################
8
+ # INTRODUCTION #
3
9
  #######################
4
- #
5
10
  # Upflickr makes it easier to upload files to flickr using the flickr api.
6
11
  #
7
12
  # you will need the api_key and secret values for your flickr application.
8
- #
9
13
  #######################
10
14
  # ATTRIBUTES #
11
15
  #######################
12
-
13
- api_key
14
-
15
- secret
16
-
17
- token
18
-
16
+ api_key from your flickr app page
17
+ secret from your flickr app page
18
+ token use get_token (see below)
19
+ #
20
+ # to set attributes, use the following syntax:
21
+ #
22
+ # uf = Upflickr.new
23
+ # uf.api_key = 101010101010101
24
+ #
19
25
  #######################
20
26
  # METHODS #
21
27
  #######################
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: upflickr
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 6
10
- version: 0.1.6
9
+ - 7
10
+ version: 0.1.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ben Baker-Smith
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-06-06 00:00:00 -05:00
18
+ date: 2010-06-15 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -33,7 +33,7 @@ dependencies:
33
33
  type: :runtime
34
34
  version_requirements: *id001
35
35
  description:
36
- email:
36
+ email: bbakersmith@gmail.com
37
37
  executables: []
38
38
 
39
39
  extensions: []
@@ -44,6 +44,7 @@ files:
44
44
  - lib/multipartpost.rb
45
45
  - lib/upflickr.rb
46
46
  - README
47
+ - LICENSE
47
48
  - CHANGELOG
48
49
  has_rdoc: true
49
50
  homepage: http://bitsynthesis.com/upflickr/
@@ -78,6 +79,6 @@ rubyforge_project:
78
79
  rubygems_version: 1.3.7
79
80
  signing_key:
80
81
  specification_version: 3
81
- summary: a simple flickr uploader
82
+ summary: Provides an easy-to-use wrapper for the flickr API with a focus on basic uploading and organizing of images.
82
83
  test_files: []
83
84