gemignore 0.2.0 → 0.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.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/gemignore.gemspec +3 -3
- data/lib/gemignore/main.rb +1 -1
- metadata +5 -5
data/Rakefile
CHANGED
|
@@ -15,7 +15,7 @@ require 'jeweler'
|
|
|
15
15
|
Jeweler::Tasks.new do |gem|
|
|
16
16
|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
|
|
17
17
|
gem.name = "gemignore"
|
|
18
|
-
gem.homepage = "http://
|
|
18
|
+
gem.homepage = "http://coding-journal.com/hassle-free-gitignore-management-with-gemignore/"
|
|
19
19
|
gem.license = "MIT"
|
|
20
20
|
gem.summary = %Q{A command-line tool which ought to simplify your daily .gitignore hassle}
|
|
21
21
|
gem.description = %Q{gemignore allows you to automatically insert a wide range of preset .gitignore snippets into your .gitignore files}
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.1
|
data/gemignore.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{gemignore}
|
|
8
|
-
s.version = "0.2.
|
|
8
|
+
s.version = "0.2.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Lucas Jenss"]
|
|
12
|
-
s.date = %q{2011-
|
|
12
|
+
s.date = %q{2011-06-10}
|
|
13
13
|
s.default_executable = %q{gemignore}
|
|
14
14
|
s.description = %q{gemignore allows you to automatically insert a wide range of preset .gitignore snippets into your .gitignore files}
|
|
15
15
|
s.email = %q{lucas@x3ro.de}
|
|
@@ -36,7 +36,7 @@ Gem::Specification.new do |s|
|
|
|
36
36
|
"spec/gemignore_spec.rb",
|
|
37
37
|
"spec/spec_helper.rb"
|
|
38
38
|
]
|
|
39
|
-
s.homepage = %q{http://
|
|
39
|
+
s.homepage = %q{http://coding-journal.com/hassle-free-gitignore-management-with-gemignore/}
|
|
40
40
|
s.licenses = ["MIT"]
|
|
41
41
|
s.require_paths = ["lib"]
|
|
42
42
|
s.rubygems_version = %q{1.3.7}
|
data/lib/gemignore/main.rb
CHANGED
|
@@ -136,7 +136,7 @@ BANNER
|
|
|
136
136
|
# FIXME: Do some (url) refactoring
|
|
137
137
|
#++
|
|
138
138
|
def fetchFile(snippet)
|
|
139
|
-
url = URI.parse("https://github.com/github/gitignore/
|
|
139
|
+
url = URI.parse("https://raw.github.com/github/gitignore/master/#{snippet}.gitignore")
|
|
140
140
|
|
|
141
141
|
http = Net::HTTP.new(url.host, url.port)
|
|
142
142
|
http.use_ssl = true if url.scheme == "https" # enable SSL/TLS
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 2
|
|
8
|
-
-
|
|
9
|
-
version: 0.2.
|
|
8
|
+
- 1
|
|
9
|
+
version: 0.2.1
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Lucas Jenss
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2011-
|
|
17
|
+
date: 2011-06-10 00:00:00 +02:00
|
|
18
18
|
default_executable: gemignore
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
@@ -132,7 +132,7 @@ files:
|
|
|
132
132
|
- spec/gemignore_spec.rb
|
|
133
133
|
- spec/spec_helper.rb
|
|
134
134
|
has_rdoc: true
|
|
135
|
-
homepage: http://
|
|
135
|
+
homepage: http://coding-journal.com/hassle-free-gitignore-management-with-gemignore/
|
|
136
136
|
licenses:
|
|
137
137
|
- MIT
|
|
138
138
|
post_install_message:
|
|
@@ -145,7 +145,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
145
145
|
requirements:
|
|
146
146
|
- - ">="
|
|
147
147
|
- !ruby/object:Gem::Version
|
|
148
|
-
hash:
|
|
148
|
+
hash: -4383186091217616758
|
|
149
149
|
segments:
|
|
150
150
|
- 0
|
|
151
151
|
version: "0"
|