gauge 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/gauge.gemspec +1 -1
  2. data/lib/gauge/version.rb +1 -1
  3. metadata +2 -2
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = Gauge::VERSION
8
8
  s.authors = ["Sean Behan", "Tristan O'neil"]
9
9
  s.email = ["bseanvt@gmail.com"]
10
- s.homepage = "http://github.com/AgilionApps/gauges.git"
10
+ s.homepage = "https://github.com/AgilionApps/gauges"
11
11
  s.summary = %q{Pretty gauges for your Rails app.}
12
12
  s.description = %q{Use this Gem to draw nice looking gauges.}
13
13
 
@@ -1,3 +1,3 @@
1
1
  module Gauge
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: gauge
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:
@@ -33,7 +33,7 @@ files:
33
33
  - test/helper.rb
34
34
  - vendor/assets/javascripts/gauge.js
35
35
  - vendor/assets/javascripts/raphael.js
36
- homepage: http://github.com/AgilionApps/gauges.git
36
+ homepage: https://github.com/AgilionApps/gauges
37
37
  licenses: []
38
38
  post_install_message:
39
39
  rdoc_options: []