ayadn 1.4.2 → 1.4.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4844f6ffe9a330e65f8af4cdd518fe7753e36890
4
- data.tar.gz: e9b0f90c5add38d0a938303a89908efe1ea7bf2b
3
+ metadata.gz: 73ee47ab7e9e87565a3f14d98cb8b15761892432
4
+ data.tar.gz: 34f3e53a23df33347333abaf7398d85a8b569ddc
5
5
  SHA512:
6
- metadata.gz: ed02423f52ee4cafe6836b95e7d8a1b3babd71a3314ff2efb0fe657663302b2a732f74f7f71b790a9b116577603427a6e7633d8d8f2ef0633ae3e022b1328a40
7
- data.tar.gz: 2bd08d85a8c479e23cd048579505c54fb757c3eb3b689e13005119137ac02a7962a8e60b1604509c305c324387ef78bc61daa89993117293527dfb99932f9bf8
6
+ metadata.gz: 4134810f578a6ebe233da694c889577c5cfc9a449e18f84e9edfdb0abadbcb3bd9d41c4a7be96bd50ef2238c78e31f476ab4c9191c5e4d689c06fa40e010b792
7
+ data.tar.gz: 0d504a90a8491ca52a394a9dff3db4ea70023c69b81876454a98c2415ae4944bcdfe8566b456f33fde5d816fffd8d645e2fcf04622b6fefbc4ecac702cfd02c3
data/.travis.yml CHANGED
@@ -2,9 +2,8 @@ language: ruby
2
2
  cache: bundler
3
3
 
4
4
  rvm:
5
- - "2.1.1"
5
+ - "2.1.2"
6
6
  - "2.0.0"
7
- - "1.9.3"
8
7
 
9
8
  script: 'bundle exec rake spec'
10
9
 
data/CHANGELOG.md CHANGED
@@ -1,9 +1,19 @@
1
- # 1.4.2 - CNX
1
+ # 1.4.3 - 'Sergent Stretch'
2
+
3
+ - NowPlaying is compatible with iTunes and Last.fm. Default: iTunes. Add `--last-fm` or `-l` to get Last.fm last played track instead
4
+ - NowPlaying audio link has been replaced with an iTunes Store link
5
+ - NowPlaying album art now has thumbnails (compatible with Chimp, etc)
6
+ - NowPlaying doesn't crash if the iTunes Store doesn't respond
7
+ - Better global error and events logging
8
+ - Automatically fixes the arguments order for 'post' if needed when uploading a picture
9
+ - General code cleaning
10
+
11
+ # 1.4.2 - 'Caligula'
2
12
 
3
13
  - Ayadn is more resilient to connectivity errors
4
14
  - Better handling of filenames when uploading
5
15
 
6
- # 1.4.1 - NowPlaying
16
+ # 1.4.1 - 'Oh boy'
7
17
 
8
18
  - A few fixes in the NowPlaying section
9
19
 
data/ayadn.gemspec CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Ayadn::VERSION
9
9
  spec.author = "Eric Dejonckheere"
10
10
  spec.email = "eric@aya.io"
11
- spec.summary = %q{App.net command-line client.}
11
+ spec.summary = %q{App.net command-line client. See http://ayadn-app.net/doc/}
12
12
  spec.description = %q{App.net command-line client: toolbox to access and manage your ADN data, show your streams, post, manage conversations, star/follow/repost... and many, many more. http://ayadn-app.net/doc/}
13
13
  spec.homepage = "http://ayadn-app.net"
14
14
  spec.license = "MIT"