ipod_db 0.2.6 → 0.2.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/README.md +4 -6
  2. data/Rakefile +5 -5
  3. data/lib/ipod_db/version.rb +1 -1
  4. metadata +1 -1
data/README.md CHANGED
@@ -1,7 +1,10 @@
1
+ [![Build Status](https://travis-ci.org/artm/ipod_db.png)](https://travis-ci.org/artm/ipod_db)
2
+
3
+ [![Code Climate](https://codeclimate.com/github/artm/ipod_db.png)](https://codeclimate.com/github/artm/ipod_db)
1
4
  NAME
2
5
  ====
3
6
 
4
- ipod_db v0.2.5
7
+ ipod_db v0.2.6
5
8
 
6
9
  SYNOPSIS
7
10
  ========
@@ -31,11 +34,6 @@ AUTHOR
31
34
  artm <femistofel@gmail.com>
32
35
 
33
36
 
34
- [![Build Status](https://travis-ci.org/artm/ipod_db.png)](https://travis-ci.org/artm/ipod_db)
35
-
36
- [![Code Climate](https://codeclimate.com/github/artm/ipod_db.png)](https://codeclimate.com/github/artm/ipod_db)
37
-
38
-
39
37
  SUBCOMMAND: sync
40
38
  ================
41
39
 
data/Rakefile CHANGED
@@ -1,16 +1,14 @@
1
1
  task :default => [:test, :build]
2
2
 
3
3
  task :readme do
4
- readme = `bin/ipod help`
5
-
6
- readme += <<-__
7
-
4
+ readme = <<-__
8
5
  [![Build Status](https://travis-ci.org/artm/ipod_db.png)](https://travis-ci.org/artm/ipod_db)
9
6
 
10
7
  [![Code Climate](https://codeclimate.com/github/artm/ipod_db.png)](https://codeclimate.com/github/artm/ipod_db)
11
-
12
8
  __
13
9
 
10
+ readme += `bin/ipod help`
11
+
14
12
  %w(sync ls rm).each do |subcommand|
15
13
  readme += "\nSUBCOMMAND: #{subcommand}\n"
16
14
 
@@ -38,7 +36,9 @@ Rake::TestTask.new { |t|
38
36
  t.pattern = 'spec/*_spec.rb'
39
37
  }
40
38
 
39
+
41
40
  BEGIN {
41
+ task :release => [:readme]
42
42
  require 'bundler/gem_tasks'
43
43
  require 'rake/testtask'
44
44
  }
@@ -1,3 +1,3 @@
1
1
  class IpodDB
2
- VERSION = '0.2.6'
2
+ VERSION = '0.2.7'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ipod_db
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: