sinmetrics 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.tar.gz.sig CHANGED
Binary file
data/Rakefile CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
  require 'rake'
3
3
  require 'echoe'
4
4
 
5
- Echoe.new('sinmetrics', '0.0.1') do |p|
5
+ Echoe.new('sinmetrics', '0.0.2') do |p|
6
6
  p.description = "Some metrics helpers for the Sinatra web framework"
7
7
  p.url = "http://github.com/lpetre/sinmetrics"
8
8
  p.author = "Luke Petre"
@@ -41,6 +41,7 @@ module Sinatra
41
41
  nes nei
42
42
  pst psr
43
43
  apa apr
44
+ mes mer
44
45
  ucc
45
46
  pgr
46
47
  cpu
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{sinmetrics}
5
- s.version = "0.0.1"
5
+ s.version = "0.0.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Luke Petre"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Luke Petre
metadata.gz.sig CHANGED
Binary file