tms 1.3.2 → 1.3.3
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.
- data/README.markdown +1 -1
- data/VERSION +1 -1
- data/tms.gemspec +3 -4
- metadata +6 -6
data/README.markdown
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.3.
|
|
1
|
+
1.3.3
|
data/tms.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{tms}
|
|
8
|
-
s.version = "1.3.
|
|
8
|
+
s.version = "1.3.3"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Ivan Kuchin"]
|
|
12
|
-
s.date = %q{
|
|
12
|
+
s.date = %q{2011-01-12}
|
|
13
13
|
s.default_executable = %q{tms}
|
|
14
14
|
s.description = %q{View avaliable Time Machine backups and show their diff}
|
|
15
15
|
s.executables = ["tms"]
|
|
@@ -39,11 +39,10 @@ Gem::Specification.new do |s|
|
|
|
39
39
|
s.homepage = %q{http://github.com/toy/tms}
|
|
40
40
|
s.licenses = ["MIT"]
|
|
41
41
|
s.require_paths = ["lib"]
|
|
42
|
-
s.rubygems_version = %q{1.
|
|
42
|
+
s.rubygems_version = %q{1.4.1}
|
|
43
43
|
s.summary = %q{Time Machine Status}
|
|
44
44
|
|
|
45
45
|
if s.respond_to? :specification_version then
|
|
46
|
-
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
|
47
46
|
s.specification_version = 3
|
|
48
47
|
|
|
49
48
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tms
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 29
|
|
5
|
+
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 1.3.
|
|
9
|
+
- 3
|
|
10
|
+
version: 1.3.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Ivan Kuchin
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date:
|
|
18
|
+
date: 2011-01-12 00:00:00 +03:00
|
|
19
19
|
default_executable: tms
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -146,7 +146,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
146
146
|
requirements: []
|
|
147
147
|
|
|
148
148
|
rubyforge_project:
|
|
149
|
-
rubygems_version: 1.
|
|
149
|
+
rubygems_version: 1.4.1
|
|
150
150
|
signing_key:
|
|
151
151
|
specification_version: 3
|
|
152
152
|
summary: Time Machine Status
|