coral_backup 0.2.0 → 0.2.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a7d6e58090c05bb0ca00b7bc5bf825eb7e43519b
4
- data.tar.gz: a8f8bc9a02d0f9e45fc40b611d0a672c23389ea4
3
+ metadata.gz: 61aaad4bb86a0e4205eb4e4574be67a521b2accd
4
+ data.tar.gz: 3970c5f8a4e89bea6577c4abce51c8bccb720724
5
5
  SHA512:
6
- metadata.gz: c8719015eefe0a10ddef2c19b4394f91ab52a26c177f4573e0c3d78e8d3f56d7555ba2e0cdedb483430fa6ce6c212618cd7f94861af3695b5194707619d274dd
7
- data.tar.gz: ecc4324c39f0569a63c41abe2afe0ead9fda999147c1baf889ac43fa5f9c5f40e91942b7f40aca76058c8ec37101ce89fb4d94b0e1984bf2d6245e3fffc3574b
6
+ metadata.gz: 42002ea195e5462c7dff6666cfede499b841161e6f6776c08efdc4c93836ed2b85dfd26468277b1c65bde4ebae0eb2150eff07527c3245931a3036b7349608b9
7
+ data.tar.gz: b1efb11c94048e41de5c284e33766ae053c4947993c9f6b7316500614f524241fa33b351754b49ab505fbc72ef2322098921bcad9d8443ede2be5b443b386dad
data/README.md CHANGED
@@ -16,7 +16,7 @@ $ gem install coral_backup
16
16
  * `coral help [COMMAND]`: Describe available commands or one specific command
17
17
  * `coral list`: Show all backup actions
18
18
  * `coral run <ACTION>`: Run the backup action
19
- * `coral show <ACTION>`: Show information about the backup action
19
+ * `coral info <ACTION>`: Show information about the backup action
20
20
  * `coral version`: Print the version
21
21
 
22
22
  ### Options
@@ -105,8 +105,8 @@ module CoralBackup
105
105
  end
106
106
 
107
107
 
108
- desc "show <ACTION>", "Show information about the backup action"
109
- def show(action_name)
108
+ desc "info <ACTION>", "Show information about the backup action"
109
+ def info(action_name)
110
110
  data = @settings.action_data(action_name)
111
111
 
112
112
  puts "Source: #{data[:source]}"
@@ -1,3 +1,3 @@
1
1
  module CoralBackup
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coral_backup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - OTSUKA Tatsuya
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-06-13 00:00:00.000000000 Z
11
+ date: 2015-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor