numerics 0.2.1 → 0.2.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/lib/numerics.rb +2 -2
- metadata +1 -12
data/lib/numerics.rb
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
+
require 'yaml'
|
|
1
2
|
if RUBY_VERSION =~ /^1\.8/
|
|
2
3
|
require 'rubygems'
|
|
3
4
|
end
|
|
4
5
|
require 'yajl'
|
|
5
|
-
require 'yaml'
|
|
6
6
|
|
|
7
7
|
require 'numerics/connection'
|
|
8
8
|
|
|
9
9
|
module Numerics
|
|
10
10
|
|
|
11
|
-
VERSION = '0.2.
|
|
11
|
+
VERSION = '0.2.2'
|
|
12
12
|
|
|
13
13
|
def self.connect(arg, env=nil)
|
|
14
14
|
config = if arg.is_a?(Hash)
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: numerics
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.2.
|
|
5
|
+
version: 0.2.2
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Ben Lund
|
|
@@ -23,17 +23,6 @@ dependencies:
|
|
|
23
23
|
version: "0"
|
|
24
24
|
type: :runtime
|
|
25
25
|
version_requirements: *id001
|
|
26
|
-
- !ruby/object:Gem::Dependency
|
|
27
|
-
name: yaml
|
|
28
|
-
prerelease: false
|
|
29
|
-
requirement: &id002 !ruby/object:Gem::Requirement
|
|
30
|
-
none: false
|
|
31
|
-
requirements:
|
|
32
|
-
- - ">="
|
|
33
|
-
- !ruby/object:Gem::Version
|
|
34
|
-
version: "0"
|
|
35
|
-
type: :runtime
|
|
36
|
-
version_requirements: *id002
|
|
37
26
|
description: Official Ruby client for the Numerics.io API. Numerics.io is a custom metrics and analytics service currently in private alpha.
|
|
38
27
|
email: code@numerics.io
|
|
39
28
|
executables: []
|