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.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/tms.gemspec +15 -17
  3. metadata +7 -7
  4. data/.gitignore +0 -9
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
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 the gemspec command
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.0"
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-11-20}
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
- "README.markdown"
19
+ "README.markdown"
20
20
  ]
21
21
  s.files = [
22
- ".gitignore",
23
- "LICENSE",
24
- "README.markdown",
25
- "Rakefile",
26
- "VERSION",
27
- "bin/tms",
28
- "ext/extconf.rb",
29
- "ext/tms.c",
30
- "lib/tms.rb",
31
- "lib/tms/backup.rb",
32
- "lib/tms/space.rb",
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: 19
4
+ hash: 81
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 0
10
- version: 1.1.0
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-11-20 00:00:00 +03:00
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
- - --charset=UTF-8
90
+ rdoc_options: []
91
+
92
92
  require_paths:
93
93
  - lib
94
94
  required_ruby_version: !ruby/object:Gem::Requirement
data/.gitignore DELETED
@@ -1,9 +0,0 @@
1
- .DS_Store
2
- pkg
3
- doc
4
- *.gem
5
- *.swp
6
- ext/Makefile
7
- ext/*.o
8
- ext/*.bundle
9
- lib/*.bundle