tms 1.7.0 → 1.7.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.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZmU5MjM4NzZjZWRlMmUxMTcwZmE3NjQ0OTc2ZTNiNjFmN2IyNDAzYg==
4
+ NDJlNTY4YTZhNmM4Y2ZiZDI5MmMyMzQxYzZiZjhiN2VlM2I3YjZhOA==
5
5
  data.tar.gz: !binary |-
6
- MzE2OGI1MjU0NjgwNWUwYmI5NTMxMjRlZmExNjk3MGI2NTM1ZDhiZA==
7
- !binary "U0hBNTEy":
6
+ ZGViM2QzMjFiYWY4OTExNDk0MTI5NjMxZjA4YjFhZTU3MjE5NDI1ZQ==
7
+ SHA512:
8
8
  metadata.gz: !binary |-
9
- YjAxYjc3OTU3YzM5ZGQ3MjM4MmY1MjgwM2NlMWNlY2RkOGI0ZGI1ZGY3MTU0
10
- NThmZmM1NjRlZDAyZWIzZTQyZjQ2OGI1MDc2MWJhYTRkOGZkNjI0MGJkMmYw
11
- NDE2MzNkZTY3YjljZmNiZWNiZDUwMzYzZmZiODY4Y2U1NjFkY2Y=
9
+ YWU2ZmE4MTQxYzZjZDZmYTM3ODU1OTFhYjRhODg1NWMzMjllYTE1NmQwYzUy
10
+ OGI5OTFjNzZiMjg0MDVmNGNkN2FmYWJhNmFlNjA4NTFkMjc3NGYxMDc0OWJk
11
+ OGIwNmQyZjAzNjk3ZjMwNDJjOTFhMTk2MmZkODU5YWZiMjNmOTA=
12
12
  data.tar.gz: !binary |-
13
- ZGU5MmM0YmM0ZjFkYzEwZDZjNmRkMGYzMzYwOTZkNWNjYzY4NDJiZGYwZWEw
14
- NWZhNDViMDMxNmNjOThmNWU1NTViNzY4MDgzOGI4ZGEwODY4MGY3MWJmZGUw
15
- N2JkMGY5MGEyOWZjOTQ3MGYyNjgwZWUxYjRhNmZkZDU5NTE5Njc=
13
+ NjIwY2U3YzVmODFlYjRlMGU0ODI1ZTdiMTQ4Zjg4ZDczZWEzMTllNzc0Nzdk
14
+ YjZiYmFhYTE5YjhmMTQ0ZWQxNjBkYWFkMzc4ZmRhZDNkOGI2ZGM0Njg1YmZj
15
+ NTNhOGQ2NThiNmEzOTZlYjY3NzRlZjRhYTE4YWZhOWVkMDEwZGM=
@@ -1,4 +1,4 @@
1
- Copyright (c) 2010-2013 Ivan Kuchin
1
+ Copyright (c) 2010-2015 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
@@ -48,4 +48,4 @@ Other options:
48
48
 
49
49
  ## Copyright
50
50
 
51
- Copyright (c) 2010-2013 Ivan Kuchin. See LICENSE.txt for details.
51
+ Copyright (c) 2010-2015 Ivan Kuchin. See LICENSE.txt for details.
@@ -6,4 +6,4 @@ else
6
6
  with_ldflags($LIBS + ' -lCoreFoundation'){ true }
7
7
  end
8
8
 
9
- create_makefile('tms')
9
+ create_makefile('tms/helpers')
@@ -58,7 +58,7 @@ static VALUE computer_name(VALUE self){
58
58
  }
59
59
  }
60
60
 
61
- void Init_tms() {
61
+ void Init_helpers() {
62
62
  VALUE cTms = rb_define_module("Tms");
63
63
  rb_define_singleton_method(cTms, "backup_volume", backup_volume, 0);
64
64
  rb_define_singleton_method(cTms, "computer_name", computer_name, 0);
@@ -1,7 +1,7 @@
1
1
  # encoding: UTF-8
2
2
 
3
3
  require 'ffi-xattr'
4
- require 'tms.so'
4
+ require 'tms/helpers'
5
5
  require 'tms/comparison'
6
6
  require 'tms/better_attr_accessor'
7
7
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'tms'
5
- s.version = '1.7.0'
5
+ s.version = '1.7.1'
6
6
  s.summary = %q{Time Machine Status}
7
7
  s.description = %Q{View avaliable Time Machine backups and show their diff}
8
8
  s.homepage = "http://github.com/toy/#{s.name}"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tms
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Kuchin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-07-20 00:00:00.000000000 Z
11
+ date: 2015-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colored
@@ -80,8 +80,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
80
  version: '0'
81
81
  requirements: []
82
82
  rubyforge_project: tms
83
- rubygems_version: 2.0.3
83
+ rubygems_version: 2.4.5
84
84
  signing_key:
85
85
  specification_version: 4
86
86
  summary: Time Machine Status
87
87
  test_files: []
88
+ has_rdoc: