javascript-securehash-rails 0.0.1 → 0.0.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.
data/.gitignore CHANGED
@@ -7,3 +7,4 @@ test/dummy/log/*.log
7
7
  test/dummy/tmp/
8
8
  test/dummy/.sass-cache
9
9
  lib/tasks
10
+ *.gem
data/README.rdoc CHANGED
@@ -1,6 +1,7 @@
1
1
  = JavascriptSecurehashRails
2
+ Javascript Secure Hash collection files ready to require and use in your Rails app project.
3
+ This project uses MIT-LICENSE.
2
4
 
3
- This project rocks and uses MIT-LICENSE.
4
-
5
- = The author of all the JS algorithms is Paul Johnston
5
+ = Javascript Secure Hash Author
6
+ The author of all the JS algorithms is Paul Johnston
6
7
  See more about his work at http://pajhome.org.uk/crypt/md5/index.html
@@ -9,9 +9,11 @@ Gem::Specification.new do |s|
9
9
  s.version = JavascriptSecurehashRails::VERSION
10
10
  s.authors = ["Guillermo Guerrero"]
11
11
  s.email = ["g.guerrero.bus@gmail.com"]
12
- s.homepage = "https://github.com/gguerrero/javascript_securehash_rails"
13
- s.summary = "Some Javascript Secure Hash collection as a Rails Plugin."
14
- s.description = "Some Javascript Secure Hash collection as a Rails Plugin."
12
+ s.homepage = "https://rubygems.org/gems/javascript-securehash-rails"
13
+ s.summary = "Javascript Secure Hash collection as a Rails Plugin."
14
+ s.description = %(Javascript Secure Hash collection files ready to
15
+ require and use in your Rails app project.
16
+ ).strip.gsub(/\s{2,}/, ' ')
15
17
 
16
18
  s.files = `git ls-files`.split("\n")
17
19
 
@@ -1,3 +1,3 @@
1
1
  module JavascriptSecurehashRails
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: javascript-securehash-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -27,7 +27,8 @@ dependencies:
27
27
  - - ! '>='
28
28
  - !ruby/object:Gem::Version
29
29
  version: '3.1'
30
- description: Some Javascript Secure Hash collection as a Rails Plugin.
30
+ description: Javascript Secure Hash collection files ready to require and use in your
31
+ Rails app project.
31
32
  email:
32
33
  - g.guerrero.bus@gmail.com
33
34
  executables: []
@@ -52,7 +53,7 @@ files:
52
53
  - vendor/assets/javascripts/securehash/sha1.js
53
54
  - vendor/assets/javascripts/securehash/sha256.js
54
55
  - vendor/assets/javascripts/securehash/sha512.js
55
- homepage: https://github.com/gguerrero/javascript_securehash_rails
56
+ homepage: https://rubygems.org/gems/javascript-securehash-rails
56
57
  licenses: []
57
58
  post_install_message:
58
59
  rdoc_options:
@@ -80,5 +81,5 @@ rubyforge_project:
80
81
  rubygems_version: 1.8.24
81
82
  signing_key:
82
83
  specification_version: 3
83
- summary: Some Javascript Secure Hash collection as a Rails Plugin.
84
+ summary: Javascript Secure Hash collection as a Rails Plugin.
84
85
  test_files: []