woopra_rails 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module WoopraRails
2
- VERSION = "1.0.5"
2
+ VERSION = "1.0.6"
3
3
  end
data/woopra_rails.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["kevin@h-pk-ns.com"]
11
11
  spec.description = %q{Woopra for Ruby on Rails}
12
12
  spec.summary = %q{Server side integration of Woopra HTTP API for Ruby on Rails applications}
13
- spec.homepage = ""
13
+ spec.homepage = "http://github.com/khopkins218/woopra_rails"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: woopra_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -111,7 +111,7 @@ files:
111
111
  - spec/TestApp/vendor/assets/stylesheets/.gitkeep
112
112
  - spec/TestApp/vendor/plugins/.gitkeep
113
113
  - woopra_rails.gemspec
114
- homepage: ''
114
+ homepage: http://github.com/khopkins218/woopra_rails
115
115
  licenses:
116
116
  - MIT
117
117
  post_install_message: