mousetrapjs 0.0.3 → 0.0.4

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.
@@ -1,3 +1,3 @@
1
1
  module Mousetrapjs
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
data/mousetrapjs.gemspec CHANGED
@@ -4,9 +4,9 @@ require File.expand_path('../lib/mousetrapjs/version', __FILE__)
4
4
  Gem::Specification.new do |gem|
5
5
  gem.authors = ["Luiz Eduardo Kowalski"]
6
6
  gem.email = ["luizeduardokowalski@gmail.com"]
7
- gem.description = %q{Gem for mousetrap js lib}
8
- gem.summary = %q{Gem for mousetrap js lib}
9
- gem.homepage = "http://facebook.com/luizkowalski"
7
+ gem.description = %q{Gem for Mousetrap js lib}
8
+ gem.summary = %q{Gem for Mousetrap js lib}
9
+ gem.homepage = "https://github.com/luizkowalski/mousetrapjs"
10
10
 
11
11
  gem.files = `git ls-files`.split($\)
12
12
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mousetrapjs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ bindir: bin
11
11
  cert_chain: []
12
12
  date: 2012-07-09 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description: Gem for mousetrap js lib
14
+ description: Gem for Mousetrap js lib
15
15
  email:
16
16
  - luizeduardokowalski@gmail.com
17
17
  executables: []
@@ -27,7 +27,7 @@ files:
27
27
  - lib/mousetrapjs/version.rb
28
28
  - mousetrapjs.gemspec
29
29
  - vendor/assets/javascripts/mousetrap.js
30
- homepage: http://facebook.com/luizkowalski
30
+ homepage: https://github.com/luizkowalski/mousetrapjs
31
31
  licenses: []
32
32
  post_install_message:
33
33
  rdoc_options: []
@@ -50,5 +50,5 @@ rubyforge_project:
50
50
  rubygems_version: 1.8.23
51
51
  signing_key:
52
52
  specification_version: 3
53
- summary: Gem for mousetrap js lib
53
+ summary: Gem for Mousetrap js lib
54
54
  test_files: []