app_monit 0.0.3 → 0.0.4

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: 82f03f0553ce25ef5c665b11b1f088cfee89031a
4
- data.tar.gz: 091ef855fe35d74590549e46af2a7077e2ab6519
3
+ metadata.gz: 7592815c09ea9a8c41849e706fc4c0f890897dbd
4
+ data.tar.gz: 182997dbbcf2280f9bb30305ef0038418493f464
5
5
  SHA512:
6
- metadata.gz: 2fa67ecdc1fad1fa70b8c9f095978400535bf05fba7aa01c71d6ea8068bea02a8784783bcf5e2cae3a4e2f7cc2fdbadfa49bc8564c2ac4f3355ac951554999a6
7
- data.tar.gz: 81305c18b8418db8df128784bb48ecb63eb32ff0144a6e32d03a9800f006c12e0360f2a6c6096bb467e7ce3f9848c7cdb624c8aa5b1f256ed78c7b3df3f7510f
6
+ metadata.gz: 793306265482872b9dd2fcf1c76ef1947ba0022a489da546f735462345e9dafce55957a22e80ab955369d84844c009025d226efaaf7428c159ed36c56fa30d21
7
+ data.tar.gz: 79b57a659c3f19e8a8f145a82bdba3190cc8b56d6dc7c5f1cda3b23ab9695976c2c40af525b97213a9a9add711db6ff33798229996533c0efec36f33b5fe05c8
data/appmonit_gem.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["redmar@appmon.it", "benoist@appmon.it"]
11
11
  spec.summary = %q{Client gem for pushing events from ruby to the appmon.it service}
12
12
  spec.description = %q{Client gem for pushing events from ruby to the appmon.it service}
13
- spec.homepage = "http://appmon.it"
13
+ spec.homepage = "https://appmon.it"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -12,7 +12,7 @@ module AppMonit
12
12
  end
13
13
 
14
14
  def end_point
15
- @end_point || "http://api.appmon.it"
15
+ @end_point || "https://api.appmon.it"
16
16
  end
17
17
 
18
18
  def fail_silent
@@ -1,7 +1,7 @@
1
1
  module AppMonit
2
2
  class Query
3
3
  class << self
4
- %w(count count_unique minimum maximum average sum funnel).each do |method_name|
4
+ %w(count count_unique list_unique minimum maximum average sum funnel).each do |method_name|
5
5
  define_method method_name do |collection_name, params|
6
6
  query(method_name, collection_name, params)
7
7
  end
@@ -1,3 +1,3 @@
1
1
  module AppMonit
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: app_monit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Redmar Kerkhoff
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-05-23 00:00:00.000000000 Z
12
+ date: 2014-05-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -124,7 +124,7 @@ files:
124
124
  - spec/app_monit/http_spec.rb
125
125
  - spec/app_monit/query_spec.rb
126
126
  - spec/spec_helper.rb
127
- homepage: http://appmon.it
127
+ homepage: https://appmon.it
128
128
  licenses:
129
129
  - MIT
130
130
  metadata: {}