Package not found. Please check the package name and try again.
mate 1.0.2.1 → 1.1.0
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 +1 -1
- data/lib/mate/tmproj/ignores.rb +4 -5
- data/mate.gemspec +13 -15
- metadata +6 -8
- data/.gitignore +0 -5
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0
|
|
1
|
+
1.1.0
|
data/lib/mate/tmproj/ignores.rb
CHANGED
|
@@ -19,11 +19,10 @@ module Mate
|
|
|
19
19
|
dir.find do |path|
|
|
20
20
|
Find.prune if ignore?(path)
|
|
21
21
|
if path.directory?
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
add(path, ignore_file)
|
|
22
|
+
%w[.gitignore .tmignore .git/info/exclude].each do |ignore_file_name|
|
|
23
|
+
if (ignore_file = path + ignore_file_name).file?
|
|
24
|
+
add(path, ignore_file)
|
|
25
|
+
end
|
|
27
26
|
end
|
|
28
27
|
end
|
|
29
28
|
end
|
data/mate.gemspec
CHANGED
|
@@ -1,35 +1,33 @@
|
|
|
1
1
|
# Generated by jeweler
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
|
-
# Instead, edit Jeweler::Tasks in Rakefile, and run
|
|
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{mate}
|
|
8
|
-
s.version = "1.0
|
|
8
|
+
s.version = "1.1.0"
|
|
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-
|
|
12
|
+
s.date = %q{2010-11-28}
|
|
13
13
|
s.default_executable = %q{tm}
|
|
14
14
|
s.executables = ["tm"]
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"LICENSE",
|
|
17
|
-
|
|
17
|
+
"README.markdown"
|
|
18
18
|
]
|
|
19
19
|
s.files = [
|
|
20
|
-
"
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
"mate.gemspec"
|
|
20
|
+
"LICENSE",
|
|
21
|
+
"README.markdown",
|
|
22
|
+
"Rakefile",
|
|
23
|
+
"VERSION",
|
|
24
|
+
"bin/tm",
|
|
25
|
+
"lib/mate.rb",
|
|
26
|
+
"lib/mate/tmproj.rb",
|
|
27
|
+
"lib/mate/tmproj/ignores.rb",
|
|
28
|
+
"mate.gemspec"
|
|
30
29
|
]
|
|
31
30
|
s.homepage = %q{http://github.com/toy/mate}
|
|
32
|
-
s.rdoc_options = ["--charset=UTF-8"]
|
|
33
31
|
s.require_paths = ["lib"]
|
|
34
32
|
s.rubygems_version = %q{1.3.7}
|
|
35
33
|
s.summary = %q{TextMate project builder using git ignores for exclusions}
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mate
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 19
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
|
-
- 0
|
|
9
|
-
- 2
|
|
10
8
|
- 1
|
|
11
|
-
|
|
9
|
+
- 0
|
|
10
|
+
version: 1.1.0
|
|
12
11
|
platform: ruby
|
|
13
12
|
authors:
|
|
14
13
|
- Boba Fat
|
|
@@ -16,7 +15,7 @@ autorequire:
|
|
|
16
15
|
bindir: bin
|
|
17
16
|
cert_chain: []
|
|
18
17
|
|
|
19
|
-
date: 2010-11-
|
|
18
|
+
date: 2010-11-28 00:00:00 +03:00
|
|
20
19
|
default_executable: tm
|
|
21
20
|
dependencies:
|
|
22
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -43,7 +42,6 @@ extra_rdoc_files:
|
|
|
43
42
|
- LICENSE
|
|
44
43
|
- README.markdown
|
|
45
44
|
files:
|
|
46
|
-
- .gitignore
|
|
47
45
|
- LICENSE
|
|
48
46
|
- README.markdown
|
|
49
47
|
- Rakefile
|
|
@@ -58,8 +56,8 @@ homepage: http://github.com/toy/mate
|
|
|
58
56
|
licenses: []
|
|
59
57
|
|
|
60
58
|
post_install_message:
|
|
61
|
-
rdoc_options:
|
|
62
|
-
|
|
59
|
+
rdoc_options: []
|
|
60
|
+
|
|
63
61
|
require_paths:
|
|
64
62
|
- lib
|
|
65
63
|
required_ruby_version: !ruby/object:Gem::Requirement
|