gauge 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/gauge.gemspec +1 -1
- data/lib/gauge/version.rb +1 -1
- metadata +2 -2
data/gauge.gemspec
CHANGED
@@ -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 = "
|
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
|
|
data/lib/gauge/version.rb
CHANGED
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.
|
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:
|
36
|
+
homepage: https://github.com/AgilionApps/gauges
|
37
37
|
licenses: []
|
38
38
|
post_install_message:
|
39
39
|
rdoc_options: []
|