influxdb-rails 0.1.7 → 0.1.9

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 46a328fd82307a97e818d352be59381120501450
4
- data.tar.gz: 7b13d89e9fc4ae458275527111509ea354aca2b5
3
+ metadata.gz: 4b42d56cdf4fd054b3b86335b6389fdbab9a400c
4
+ data.tar.gz: 1663468e25126b0b51875480b11aba1842d25c45
5
5
  SHA512:
6
- metadata.gz: cf6822d9800071ae43db46bab2c9579b761883efe32a493e66fa73b71463622f866c838fde8d3b30da7e76b83a46708885d7a987a8ac1614507a06668f5e0f8e
7
- data.tar.gz: 2873e21414fb38ed3afa096b88ffcacb2eb29296bc36e5ccc1262264ec96d91f44ab13652e8d57767dd957cc9377158492dae5e8d73b5169272bba1942a556ec
6
+ metadata.gz: 148eeb0554e20bd5d03fd72a9630fa6f1b7d7858dd172e647e236dae279faec8ef2b6d521f1ac6d54f8c5da2d2ebc2402f3cecdf5696732133355ab55b7013a5
7
+ data.tar.gz: bb96de8804d57eea60048cd7e5f0c53db446b2a4d8d336b8cf61316549921dd158abaffb35d0860e35fa3d19778d41309dec39a0703b97c285de1e983b73dc5c
data/README.md CHANGED
@@ -30,7 +30,7 @@ InfluxDB::Rails.configure do |config|
30
30
  config.influxdb_database = "rails"
31
31
  config.influxdb_username = "root"
32
32
  config.influxdb_password = "root"
33
- config.influxdb_host = "localhost"
33
+ config.influxdb_hosts = ["localhost"]
34
34
  config.influxdb_port = 8086
35
35
 
36
36
  # config.series_name_for_controller_runtimes = "rails.controller"
@@ -1,5 +1,5 @@
1
1
  module InfluxDB
2
2
  module Rails
3
- VERSION = "0.1.7"
3
+ VERSION = "0.1.9"
4
4
  end
5
5
  end
@@ -2,7 +2,7 @@ InfluxDB::Rails.configure do |config|
2
2
  config.influxdb_database = "rails"
3
3
  config.influxdb_username = "root"
4
4
  config.influxdb_password = "root"
5
- config.influxdb_host = "localhost"
5
+ config.influxdb_hosts = ["localhost"]
6
6
  config.influxdb_port = 8086
7
7
 
8
8
  # config.series_name_for_controller_runtimes = "rails.controller"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: influxdb-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Todd Persen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-09 00:00:00.000000000 Z
11
+ date: 2014-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: influxdb