tms 1.3.1 → 1.3.1.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.
@@ -1,4 +1,4 @@
1
- Copyright (c) 2009 Boba Fat
1
+ Copyright (c) 2010 Ivan Kuchin
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.markdown CHANGED
@@ -48,4 +48,4 @@ Other options:
48
48
 
49
49
  ## Copyright
50
50
 
51
- Copyright (c) 2010 Boba Fat. See LICENSE for details.
51
+ Copyright (c) 2010 Ivan Kuchin. See LICENSE.txt for details.
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 = ['Boba Fat']
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 = ["Boba Fat"]
12
- s.date = %q{2010-12-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: 25
4
+ hash: 65
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
9
  - 1
10
- version: 1.3.1
10
+ - 1
11
+ version: 1.3.1.1
11
12
  platform: ruby
12
13
  authors:
13
- - Boba Fat
14
+ - Ivan Kuchin
14
15
  autorequire:
15
16
  bindir: bin
16
17
  cert_chain: []
17
18
 
18
- date: 2010-12-12 00:00:00 +03:00
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