coldshoulder 1.0.0 → 1.0.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/README.md +8 -1
- data/coldshoulder.gemspec +1 -1
- data/lib/coldshoulder/version.rb +1 -1
- metadata +4 -4
data/README.md
CHANGED
|
@@ -8,12 +8,19 @@ Generate those gitignore files with ease.
|
|
|
8
8
|
|
|
9
9
|
## Usage
|
|
10
10
|
|
|
11
|
+
In the root of the directory, enter the following command:
|
|
12
|
+
|
|
11
13
|
coldshoulder generate [Language name]
|
|
12
14
|
|
|
13
|
-
|
|
15
|
+
Boom. You now have a gitignore file generated from the templates that GitHub uses. Easy huh?
|
|
16
|
+
|
|
17
|
+
Note: You have to specify the exact name of the file in [GitHub's repo](https://github.com/github/gitignore). This might change to be a little more flexible.
|
|
18
|
+
|
|
14
19
|
|
|
15
20
|
## Contributing
|
|
16
21
|
|
|
17
22
|
1. Fork it
|
|
18
23
|
2. Create a branch
|
|
19
24
|
3. Submit a pull requests. Make sure you write tests.
|
|
25
|
+
|
|
26
|
+
Feel free to report issues as well.
|
data/coldshoulder.gemspec
CHANGED
|
@@ -4,7 +4,7 @@ require File.expand_path('../lib/coldshoulder/version', __FILE__)
|
|
|
4
4
|
Gem::Specification.new do |gem|
|
|
5
5
|
gem.authors = ["Bryan Mikaelian"]
|
|
6
6
|
gem.email = ["bryan.mikaelian@gmail.com"]
|
|
7
|
-
gem.description = %q{
|
|
7
|
+
gem.description = %q{Generate gitignore files with ease.}
|
|
8
8
|
gem.summary = %q{Written in Ruby, coldshoulder is a command line tool that will let you easily generate a gitignore file.}
|
|
9
9
|
gem.homepage = ""
|
|
10
10
|
|
data/lib/coldshoulder/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: coldshoulder
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,9 +9,9 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-08-
|
|
12
|
+
date: 2012-08-14 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
|
-
description:
|
|
14
|
+
description: Generate gitignore files with ease.
|
|
15
15
|
email:
|
|
16
16
|
- bryan.mikaelian@gmail.com
|
|
17
17
|
executables:
|
|
@@ -53,7 +53,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
53
53
|
version: '0'
|
|
54
54
|
requirements: []
|
|
55
55
|
rubyforge_project:
|
|
56
|
-
rubygems_version: 1.8.
|
|
56
|
+
rubygems_version: 1.8.23
|
|
57
57
|
signing_key:
|
|
58
58
|
specification_version: 3
|
|
59
59
|
summary: Written in Ruby, coldshoulder is a command line tool that will let you easily
|