copyright_helper 0.0.2 → 0.0.3

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 CHANGED
@@ -8,7 +8,7 @@ Install
8
8
  Usage
9
9
  -----
10
10
  CopyrightHelper.create(2011,'blp-cover-arts.heroku.com')
11
- # => "Copyright © 2011-2012 http://blp-cover-arts.heroku.com blp-cover-arts.heroku.com All Rights Reserved."
11
+ # => "Copyright © 2011-2012 blp-cover-arts.heroku.com All Rights Reserved."
12
12
  Contributing
13
13
  --------------------
14
14
 
@@ -2,7 +2,6 @@ module CopyrightHelper
2
2
  def self.create(start_year,url)
3
3
  current_year = "-#{Time.now.year}" if Time.now.year > start_year
4
4
  year = "#{start_year}#{current_year}"
5
- url = "http://#{url}"
6
5
  "Copyright &copy #{year} #{url} All Rights Reserved."
7
6
  end
8
7
  end
@@ -1,3 +1,3 @@
1
1
  module CopyrightHelper
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: copyright_helper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: