coldshoulder 1.1.1 → 1.1.2

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.
@@ -12,7 +12,7 @@ module Coldshoulder
12
12
  r = request_url("https://raw.github.com/github/gitignore/master/#{language}.gitignore")
13
13
  if r.response_code == 200
14
14
  File.open('.gitignore', 'w') do |f|
15
- f.write("#\n# Generated using coldshoulder - github.com/bryanmikaelian/coldshoulder\n#\n\n#{r.body_str}")
15
+ f.write("#\n# Generated using coldshoulder v#{Coldshoulder::VERSION} - github.com/bryanmikaelian/coldshoulder\n#\n\n#{r.body_str}")
16
16
  end
17
17
  puts "Ignore file generated for language #{language}"
18
18
  else
@@ -1,3 +1,3 @@
1
1
  module Coldshoulder
2
- VERSION = "1.1.1"
2
+ VERSION = "1.1.2"
3
3
  end
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.1.1
4
+ version: 1.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: