coldshoulder 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -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: