mate 1.2.0 → 1.2.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 ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ NzVkYWZkNzAyZjYzOGM0Y2I1MTNkY2M4YjBkODk0MjZlYmI4Yjg4Mw==
5
+ data.tar.gz: !binary |-
6
+ NDljYzU4NjM1ZjQxYmM4NmE0YzJhNjk0Y2QzM2RkZWU0ZTcxZWQzMw==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ ZmJkYzE1MjE5M2EyYjYxN2Y2OWJhMGQ5Y2UwZTUwODk1ZTMwMTA0NmE4ZjJl
10
+ YWMwMjMyN2ViYjQwZjJiZjFjNWIxYzE4MjI5NzcwZWIzODI5MTExYzhiNTc2
11
+ YjAyOTljZmRiYzMwZjZiMTZhNTE2M2Y4NGJlN2E0MWQyMGRmY2Y=
12
+ data.tar.gz: !binary |-
13
+ YmZhNDhjMjNhZDU5ZGQxNmVhNGUwZDczNTJmYTk4MDgxZTdmODQ2YjZlYWY3
14
+ YjU5MGZlM2JmMzUwOWYxOWIxNjYzMjI5NGJmOGQ3NWM5MWNjYWY1ZjVkZjIz
15
+ MzA5MTRiZWZjOWMwNGFlY2E4MmUwZDZmOThkYjRhOTU1M2U0Mjk=
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2010-2011 Ivan Kuchin
1
+ Copyright (c) 2010-2013 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
@@ -8,4 +8,4 @@ When `tm` command (or `mate` if aliased) is called with one or more paths and an
8
8
 
9
9
  ## Copyright
10
10
 
11
- Copyright (c) 2010-2011 Ivan Kuchin. See LICENSE.txt for details.
11
+ Copyright (c) 2010-2013 Ivan Kuchin. See LICENSE.txt for details.
@@ -67,7 +67,7 @@ module Mate
67
67
  current_file_pattern = current_file_pattern.join('|')
68
68
  current_folder_pattern = current_folder_pattern.join('|')
69
69
  unless parent == dir
70
- parent_pattern = Regexp.escape(parent.relative_path_from(dir))
70
+ parent_pattern = Regexp.escape(parent.relative_path_from(dir).to_s)
71
71
  current_file_pattern = "#{parent_pattern}/(?:#{current_file_pattern})"
72
72
  current_folder_pattern = "#{parent_pattern}/(?:#{current_folder_pattern})"
73
73
  end
data/mate.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'mate'
5
- s.version = '1.2.0'
5
+ s.version = '1.2.1'
6
6
  s.summary = %q{TextMate project builder using git ignores for exclusions}
7
7
  s.homepage = "http://github.com/toy/#{s.name}"
8
8
  s.authors = ['Ivan Kuchin']
metadata CHANGED
@@ -1,45 +1,36 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: mate
3
- version: !ruby/object:Gem::Version
4
- hash: 31
5
- prerelease:
6
- segments:
7
- - 1
8
- - 2
9
- - 0
10
- version: 1.2.0
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.2.1
11
5
  platform: ruby
12
- authors:
6
+ authors:
13
7
  - Ivan Kuchin
14
8
  autorequire:
15
9
  bindir: bin
16
10
  cert_chain: []
17
-
18
- date: 2012-01-03 00:00:00 Z
19
- dependencies:
20
- - !ruby/object:Gem::Dependency
11
+ date: 2013-04-21 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
21
14
  name: plist
22
- prerelease: false
23
- requirement: &id001 !ruby/object:Gem::Requirement
24
- none: false
25
- requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- hash: 3
29
- segments:
30
- - 0
31
- version: "0"
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ! '>='
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
32
20
  type: :runtime
33
- version_requirements: *id001
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ! '>='
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
34
27
  description:
35
28
  email:
36
- executables:
29
+ executables:
37
30
  - tm
38
31
  extensions: []
39
-
40
32
  extra_rdoc_files: []
41
-
42
- files:
33
+ files:
43
34
  - .gitignore
44
35
  - LICENSE.txt
45
36
  - README.markdown
@@ -49,38 +40,27 @@ files:
49
40
  - lib/mate/tmproj/ignores.rb
50
41
  - mate.gemspec
51
42
  homepage: http://github.com/toy/mate
52
- licenses:
43
+ licenses:
53
44
  - MIT
45
+ metadata: {}
54
46
  post_install_message:
55
47
  rdoc_options: []
56
-
57
- require_paths:
48
+ require_paths:
58
49
  - lib
59
- required_ruby_version: !ruby/object:Gem::Requirement
60
- none: false
61
- requirements:
62
- - - ">="
63
- - !ruby/object:Gem::Version
64
- hash: 3
65
- segments:
66
- - 0
67
- version: "0"
68
- required_rubygems_version: !ruby/object:Gem::Requirement
69
- none: false
70
- requirements:
71
- - - ">="
72
- - !ruby/object:Gem::Version
73
- hash: 3
74
- segments:
75
- - 0
76
- version: "0"
50
+ required_ruby_version: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ! '>='
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ required_rubygems_version: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - ! '>='
58
+ - !ruby/object:Gem::Version
59
+ version: '0'
77
60
  requirements: []
78
-
79
61
  rubyforge_project: mate
80
- rubygems_version: 1.8.13
62
+ rubygems_version: 2.0.3
81
63
  signing_key:
82
- specification_version: 3
64
+ specification_version: 4
83
65
  summary: TextMate project builder using git ignores for exclusions
84
66
  test_files: []
85
-
86
- has_rdoc: