tms 1.3.1 → 1.3.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/{LICENSE → LICENSE.txt} +1 -1
- data/README.markdown +1 -1
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/tms.gemspec +5 -5
- metadata +7 -6
data/{LICENSE → LICENSE.txt}
RENAMED
data/README.markdown
CHANGED
data/Rakefile
CHANGED
@@ -12,7 +12,7 @@ Jeweler::Tasks.new do |gem|
|
|
12
12
|
gem.description = %Q{View avaliable Time Machine backups and show their diff}
|
13
13
|
gem.homepage = "http://github.com/toy/#{name}"
|
14
14
|
gem.license = 'MIT'
|
15
|
-
gem.authors = ['
|
15
|
+
gem.authors = ['Ivan Kuchin']
|
16
16
|
gem.add_runtime_dependency 'colored'
|
17
17
|
gem.add_runtime_dependency 'xattr'
|
18
18
|
gem.add_development_dependency 'jeweler', '~> 1.5.1'
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.3.1
|
1
|
+
1.3.1.1
|
data/tms.gemspec
CHANGED
@@ -5,21 +5,21 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{tms}
|
8
|
-
s.version = "1.3.1"
|
8
|
+
s.version = "1.3.1.1"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
|
-
s.authors = ["
|
12
|
-
s.date = %q{2010-12-
|
11
|
+
s.authors = ["Ivan Kuchin"]
|
12
|
+
s.date = %q{2010-12-15}
|
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"]
|
16
16
|
s.extensions = ["ext/tms/extconf.rb"]
|
17
17
|
s.extra_rdoc_files = [
|
18
|
-
"LICENSE",
|
18
|
+
"LICENSE.txt",
|
19
19
|
"README.markdown"
|
20
20
|
]
|
21
21
|
s.files = [
|
22
|
-
"LICENSE",
|
22
|
+
"LICENSE.txt",
|
23
23
|
"README.markdown",
|
24
24
|
"Rakefile",
|
25
25
|
"VERSION",
|
metadata
CHANGED
@@ -1,21 +1,22 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 65
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 3
|
9
9
|
- 1
|
10
|
-
|
10
|
+
- 1
|
11
|
+
version: 1.3.1.1
|
11
12
|
platform: ruby
|
12
13
|
authors:
|
13
|
-
-
|
14
|
+
- Ivan Kuchin
|
14
15
|
autorequire:
|
15
16
|
bindir: bin
|
16
17
|
cert_chain: []
|
17
18
|
|
18
|
-
date: 2010-12-
|
19
|
+
date: 2010-12-15 00:00:00 +03:00
|
19
20
|
default_executable: tms
|
20
21
|
dependencies:
|
21
22
|
- !ruby/object:Gem::Dependency
|
@@ -97,10 +98,10 @@ executables:
|
|
97
98
|
extensions:
|
98
99
|
- ext/tms/extconf.rb
|
99
100
|
extra_rdoc_files:
|
100
|
-
- LICENSE
|
101
|
+
- LICENSE.txt
|
101
102
|
- README.markdown
|
102
103
|
files:
|
103
|
-
- LICENSE
|
104
|
+
- LICENSE.txt
|
104
105
|
- README.markdown
|
105
106
|
- Rakefile
|
106
107
|
- VERSION
|