tms 1.3.3 → 1.3.4

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/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.3
1
+ 1.3.4
data/bin/tms CHANGED
@@ -1,4 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
+ # encoding: UTF-8
2
3
 
3
4
  require 'tms'
4
5
  require 'optparse'
data/lib/tms.rb CHANGED
@@ -1,3 +1,5 @@
1
+ # encoding: UTF-8
2
+
1
3
  require 'tms/path'
2
4
  require 'tms/backup'
3
5
  require 'tms/table'
data/lib/tms/backup.rb CHANGED
@@ -1,3 +1,5 @@
1
+ # encoding: UTF-8
2
+
1
3
  require 'xattr'
2
4
  require 'tms.so'
3
5
  require 'tms/comparison'
@@ -1,3 +1,5 @@
1
+ # encoding: UTF-8
2
+
1
3
  module BetterAttrAccessor
2
4
  def better_attr_reader(*names)
3
5
  names.each do |name|
@@ -1,3 +1,5 @@
1
+ # encoding: UTF-8
2
+
1
3
  require 'tms/space'
2
4
 
3
5
  module Tms
data/lib/tms/path.rb CHANGED
@@ -1,3 +1,5 @@
1
+ # encoding: UTF-8
2
+
1
3
  require 'find'
2
4
 
3
5
  module Tms
data/lib/tms/space.rb CHANGED
@@ -1,3 +1,5 @@
1
+ # encoding: UTF-8
2
+
1
3
  require 'colored'
2
4
 
3
5
  module Tms
data/lib/tms/table.rb CHANGED
@@ -1,3 +1,5 @@
1
+ # encoding: UTF-8
2
+
1
3
  require 'colored'
2
4
 
3
5
  module Tms
data/tms.gemspec CHANGED
@@ -4,14 +4,13 @@
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
- s.name = %q{tms}
8
- s.version = "1.3.3"
7
+ s.name = "tms"
8
+ s.version = "1.3.4"
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{2011-01-12}
13
- s.default_executable = %q{tms}
14
- s.description = %q{View avaliable Time Machine backups and show their diff}
12
+ s.date = "2011-11-09"
13
+ s.description = "View avaliable Time Machine backups and show their diff"
15
14
  s.executables = ["tms"]
16
15
  s.extensions = ["ext/tms/extconf.rb"]
17
16
  s.extra_rdoc_files = [
@@ -36,11 +35,11 @@ Gem::Specification.new do |s|
36
35
  "lib/tms/table.rb",
37
36
  "tms.gemspec"
38
37
  ]
39
- s.homepage = %q{http://github.com/toy/tms}
38
+ s.homepage = "http://github.com/toy/tms"
40
39
  s.licenses = ["MIT"]
41
40
  s.require_paths = ["lib"]
42
- s.rubygems_version = %q{1.4.1}
43
- s.summary = %q{Time Machine Status}
41
+ s.rubygems_version = "1.8.11"
42
+ s.summary = "Time Machine Status"
44
43
 
45
44
  if s.respond_to? :specification_version then
46
45
  s.specification_version = 3
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: 29
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 3
10
- version: 1.3.3
9
+ - 4
10
+ version: 1.3.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ivan Kuchin
@@ -15,8 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-01-12 00:00:00 +03:00
19
- default_executable: tms
18
+ date: 2011-11-09 00:00:00 Z
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
22
21
  name: colored
@@ -116,7 +115,6 @@ files:
116
115
  - lib/tms/space.rb
117
116
  - lib/tms/table.rb
118
117
  - tms.gemspec
119
- has_rdoc: true
120
118
  homepage: http://github.com/toy/tms
121
119
  licenses:
122
120
  - MIT
@@ -146,7 +144,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
146
144
  requirements: []
147
145
 
148
146
  rubyforge_project:
149
- rubygems_version: 1.4.1
147
+ rubygems_version: 1.8.11
150
148
  signing_key:
151
149
  specification_version: 3
152
150
  summary: Time Machine Status