fspath-mac 3.1.1 → 3.1.2

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
- M2FlM2FmMmVjYjk4MmY4MGQ4Yjk3YzM2MjA5MzBlY2QxZmE5MTlhNw==
4
+ NWQzMDU4MWVlNDU2OGVlNzU4MmViNzlhODNjZTQ1OWE1NzZhMzI3MA==
5
5
  data.tar.gz: !binary |-
6
- YTFhOWI1ZmIxMTgyYzlmOTVmYmY3ZGZkYzdhMGQ3NWU3ZGFkODc1NQ==
6
+ NDY2MzQ4NGJkMjY1M2JkMzlhNmMzYmZmMTgwNzMwMmRkM2Q5NTM3MA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- M2M1NWI5YWEzNDc1MDJmYjY5YjY2YzRmZmYyYjA0ZWVhMjI1ODU0MDNjNzM3
10
- OGNhZDIzYjNhNzEwN2E0YWQ0ODk4NDFkOGE2MzI3OWJmMDUxZmM3OGYwNzNi
11
- NTNlYTk0NTczNTJmY2YyZTFjZGJjZmUyOWNiNWFkMjA5Y2I4Y2Y=
9
+ NzFkNDk2NGY5ZTNkMGVhN2VjYTg4NjA0MDU2ZWVhZTEzMDJkMTNlMzI4ODBm
10
+ ZGJhYTQ0MDNmNzA3YjYzNTliNGIyNjhmYmYwNjBmOTU4YWI2N2Q0YzM5NmFl
11
+ OGZiNDRlYjU4ODI1NmYyMjc1ZTk3ODFjYzcwMjcyMWQzNmRiNjQ=
12
12
  data.tar.gz: !binary |-
13
- OGRhMTgzYWRkNjI2YzkxZThiMTBjMjQzMjE5YWVlZjZiMDVlYjFjMGZmZmFm
14
- NzZlMWU2ZDNjYTdkNTlmYTAzYTczOTkxOTEyYzg5MjE5MjFiMThkMTFkZmNj
15
- ZjJjZGU2MTZiYmQyZDg2MmQ3NDgyNWYyOTAxOTkyOTM0MTgwNjI=
13
+ ZTVlZWI0ZWFlMmQxMzYzM2U1ZDkwYWZiOGNkMDVlMGM2MGQ4OTAzM2RhYzRj
14
+ N2I1MzA4OTYwMGFmYjE4MTg2ZDU3ZWU2NzIwMjA2OTBjMWFjY2NiZDdkY2Y1
15
+ MDI2MGY1NzkwNjAwNDk5OGVmM2U3ZWYyMTY2MjRiNDYzYWYyMWQ=
data/.travis.yml CHANGED
@@ -2,6 +2,7 @@ language:
2
2
  - objective-c
3
3
  - ruby
4
4
  rvm:
5
- - 1.9.3
6
- - 2.0.0
7
- script: "bundle exec rspec"
5
+ - '1.9'
6
+ - '2.0'
7
+ - '2.1'
8
+ script: bundle exec rspec
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2010-2014 Ivan Kuchin
1
+ Copyright (c) 2010-2016 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
@@ -28,4 +28,4 @@ Set spotlight comment:
28
28
 
29
29
  ## Copyright
30
30
 
31
- Copyright (c) 2010-2014 Ivan Kuchin. See LICENSE.txt for details.
31
+ Copyright (c) 2010-2016 Ivan Kuchin. See LICENSE.txt for details.
data/fspath-mac.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'fspath-mac'
5
- s.version = '3.1.1'
5
+ s.version = '3.1.2'
6
6
  s.summary = %q{FSPath methods for mac (move_to_trash, color labeling, spotlight comments, …)}
7
7
  s.homepage = "http://github.com/toy/#{s.name}"
8
8
  s.authors = ['Ivan Kuchin']
@@ -16,6 +16,6 @@ Gem::Specification.new do |s|
16
16
  s.extensions = `git ls-files -- ext/**/extconf.rb`.split("\n")
17
17
  s.require_paths = %w[lib]
18
18
 
19
- s.add_dependency 'fspath', '~> 2.0'
19
+ s.add_dependency 'fspath', '>= 2', '< 4'
20
20
  s.add_development_dependency 'rspec', '~> 3.0'
21
21
  end
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fspath-mac
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1
4
+ version: 3.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Kuchin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-10 00:00:00.000000000 Z
11
+ date: 2016-07-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fspath
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - ! '>='
18
+ - !ruby/object:Gem::Version
19
+ version: '2'
20
+ - - <
18
21
  - !ruby/object:Gem::Version
19
- version: '2.0'
22
+ version: '4'
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - ~>
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: '2'
30
+ - - <
25
31
  - !ruby/object:Gem::Version
26
- version: '2.0'
32
+ version: '4'
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: rspec
29
35
  requirement: !ruby/object:Gem::Requirement
@@ -76,7 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
82
  version: '0'
77
83
  requirements: []
78
84
  rubyforge_project: fspath-mac
79
- rubygems_version: 2.4.2
85
+ rubygems_version: 2.6.4
80
86
  signing_key:
81
87
  specification_version: 4
82
88
  summary: FSPath methods for mac (move_to_trash, color labeling, spotlight comments,
@@ -84,3 +90,4 @@ summary: FSPath methods for mac (move_to_trash, color labeling, spotlight commen
84
90
  test_files:
85
91
  - spec/fspath/mac_spec.rb
86
92
  - spec/spec_helper.rb
93
+ has_rdoc: