mate 1.0.2.1 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.2.1
1
+ 1.1.0
@@ -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
- if (ignore_file = path + '.gitignore').file?
23
- add(path, ignore_file)
24
- end
25
- if (ignore_file = path + '.git/info/exclude').file?
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 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{mate}
8
- s.version = "1.0.2.1"
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-08}
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
- "README.markdown"
17
+ "README.markdown"
18
18
  ]
19
19
  s.files = [
20
- ".gitignore",
21
- "LICENSE",
22
- "README.markdown",
23
- "Rakefile",
24
- "VERSION",
25
- "bin/tm",
26
- "lib/mate.rb",
27
- "lib/mate/tmproj.rb",
28
- "lib/mate/tmproj/ignores.rb",
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: 85
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
- - 0
9
- - 2
10
8
  - 1
11
- version: 1.0.2.1
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-08 00:00:00 +03:00
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
- - --charset=UTF-8
59
+ rdoc_options: []
60
+
63
61
  require_paths:
64
62
  - lib
65
63
  required_ruby_version: !ruby/object:Gem::Requirement
data/.gitignore DELETED
@@ -1,5 +0,0 @@
1
- .DS_Store
2
- pkg
3
- doc
4
- *.gem
5
- *.swp