html_safe_attribute 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,9 +7,9 @@ Gem::Specification.new do |s|
7
7
  s.version = HtmlSafeAttribute::VERSION
8
8
  s.authors = ["Santi Bel"]
9
9
  s.email = ["santiago.bel@gmail.com"]
10
- s.homepage = ""
10
+ s.homepage = "https://github.com/landtax/html_safe_attribute"
11
11
  s.summary = %q{Declare html_safe attributes in your Rails models}
12
- s.description = %q{Use 'html_safe :attribute' to declare html_safe attributes in your Rails models}
12
+ s.description = %q{Declare html_safe attributes in your Rails models}
13
13
 
14
14
  s.rubyforge_project = "html_safe_attribute"
15
15
 
@@ -1,3 +1,3 @@
1
1
  module HtmlSafeAttribute
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: html_safe_attribute
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -43,8 +43,7 @@ dependencies:
43
43
  - - ~>
44
44
  - !ruby/object:Gem::Version
45
45
  version: '3.2'
46
- description: Use 'html_safe :attribute' to declare html_safe attributes in your Rails
47
- models
46
+ description: Declare html_safe attributes in your Rails models
48
47
  email:
49
48
  - santiago.bel@gmail.com
50
49
  executables: []
@@ -63,7 +62,7 @@ files:
63
62
  - lib/html_safe_attribute/version.rb
64
63
  - spec/html_safe_attribute_spec.rb
65
64
  - spec/spec_helper.rb
66
- homepage: ''
65
+ homepage: https://github.com/landtax/html_safe_attribute
67
66
  licenses: []
68
67
  post_install_message:
69
68
  rdoc_options: []