embedly 1.4.0 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/ChangeLog +13 -0
  2. data/Rakefile +6 -1
  3. data/VERSION +1 -1
  4. metadata +5 -2
data/ChangeLog CHANGED
@@ -1,3 +1,16 @@
1
+ *embedly-1.4.1 (17 Nov 2011)
2
+
3
+ 17 Nov 2011: Bob Corsaro <bob@embed.ly>
4
+ Adds attributions
5
+
6
+ *embedly-1.4.0 (17 Nov 2011)
7
+
8
+ 17 Nov 2011: Bob Corsaro <bob@embed.ly>
9
+ Adds timeout support to cli
10
+
11
+ 18 Oct 2011: Arun Thampi <arun.thampi@gmail.com>
12
+ Adds better error messages
13
+
1
14
  *embedly-1.3.0 (12 Sep 2011)
2
15
 
3
16
  12 Sep 2011: Russ Bradberry, Bob Corsaro <bob@embed.ly>
data/Rakefile CHANGED
@@ -18,7 +18,12 @@ Jeweler::Tasks.new do |gem|
18
18
  gem.description = %Q{Ruby Embedly client library}
19
19
  gem.email = "bob@embed.ly"
20
20
  gem.homepage = "http://github.com/embedly/embedly-ruby"
21
- gem.authors = ["Bob Corsaro"]
21
+ gem.authors = [
22
+ "Bob Corsaro",
23
+ "Filipe Elias Philipp",
24
+ "Russ Bradberry",
25
+ "Arun Thampi"
26
+ ]
22
27
  gem.license = "MIT"
23
28
 
24
29
  # in Gemfile
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.0
1
+ 1.4.1
metadata CHANGED
@@ -2,10 +2,13 @@
2
2
  name: embedly
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.4.0
5
+ version: 1.4.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Bob Corsaro
9
+ - Filipe Elias Philipp
10
+ - Russ Bradberry
11
+ - Arun Thampi
9
12
  autorequire:
10
13
  bindir: bin
11
14
  cert_chain: []
@@ -162,7 +165,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
162
165
  requirements:
163
166
  - - ">="
164
167
  - !ruby/object:Gem::Version
165
- hash: 3045233416894458240
168
+ hash: -1210268243539130133
166
169
  segments:
167
170
  - 0
168
171
  version: "0"