tms 1.1.0 → 1.1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/tms.gemspec +15 -17
- metadata +7 -7
- data/.gitignore +0 -9
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.1.1
|
data/tms.gemspec
CHANGED
@@ -1,39 +1,37 @@
|
|
1
1
|
# Generated by jeweler
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
|
-
# Instead, edit Jeweler::Tasks in Rakefile, and run
|
3
|
+
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{tms}
|
8
|
-
s.version = "1.1.
|
8
|
+
s.version = "1.1.1.1"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Boba Fat"]
|
12
|
-
s.date = %q{2010-
|
12
|
+
s.date = %q{2010-12-03}
|
13
13
|
s.default_executable = %q{tms}
|
14
14
|
s.description = %q{View avaliable Time Machine backups and show diff}
|
15
15
|
s.executables = ["tms"]
|
16
16
|
s.extensions = ["ext/extconf.rb"]
|
17
17
|
s.extra_rdoc_files = [
|
18
18
|
"LICENSE",
|
19
|
-
|
19
|
+
"README.markdown"
|
20
20
|
]
|
21
21
|
s.files = [
|
22
|
-
"
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
"tms.gemspec"
|
22
|
+
"LICENSE",
|
23
|
+
"README.markdown",
|
24
|
+
"Rakefile",
|
25
|
+
"VERSION",
|
26
|
+
"bin/tms",
|
27
|
+
"ext/extconf.rb",
|
28
|
+
"ext/tms.c",
|
29
|
+
"lib/tms.rb",
|
30
|
+
"lib/tms/backup.rb",
|
31
|
+
"lib/tms/space.rb",
|
32
|
+
"tms.gemspec"
|
34
33
|
]
|
35
34
|
s.homepage = %q{http://github.com/toy/tms}
|
36
|
-
s.rdoc_options = ["--charset=UTF-8"]
|
37
35
|
s.require_paths = ["lib"]
|
38
36
|
s.rubygems_version = %q{1.3.7}
|
39
37
|
s.summary = %q{Time Machine Status}
|
metadata
CHANGED
@@ -1,13 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 81
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
|
9
|
+
- 1
|
10
|
+
- 1
|
11
|
+
version: 1.1.1.1
|
11
12
|
platform: ruby
|
12
13
|
authors:
|
13
14
|
- Boba Fat
|
@@ -15,7 +16,7 @@ autorequire:
|
|
15
16
|
bindir: bin
|
16
17
|
cert_chain: []
|
17
18
|
|
18
|
-
date: 2010-
|
19
|
+
date: 2010-12-03 00:00:00 +03:00
|
19
20
|
default_executable: tms
|
20
21
|
dependencies:
|
21
22
|
- !ruby/object:Gem::Dependency
|
@@ -70,7 +71,6 @@ extra_rdoc_files:
|
|
70
71
|
- LICENSE
|
71
72
|
- README.markdown
|
72
73
|
files:
|
73
|
-
- .gitignore
|
74
74
|
- LICENSE
|
75
75
|
- README.markdown
|
76
76
|
- Rakefile
|
@@ -87,8 +87,8 @@ homepage: http://github.com/toy/tms
|
|
87
87
|
licenses: []
|
88
88
|
|
89
89
|
post_install_message:
|
90
|
-
rdoc_options:
|
91
|
-
|
90
|
+
rdoc_options: []
|
91
|
+
|
92
92
|
require_paths:
|
93
93
|
- lib
|
94
94
|
required_ruby_version: !ruby/object:Gem::Requirement
|