multi_distinct_logger 1.0.0 → 1.0.1

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: 6aa9772d9d633c3e889b56ab26ad8436771150ac
4
- data.tar.gz: e4338ded90bb5424f98865b25c36bcbac58b38ee
3
+ metadata.gz: bf69783eaef8fb9cbf4793734fc549d626233a63
4
+ data.tar.gz: 15f0835448af2b77e5aee52258fb476b6187cb81
5
5
  SHA512:
6
- metadata.gz: 4087972ad3ab87d9498fd78735b5a56cebcdc31fc80c4878bdc9f6b1eafdf53d72e1509a2941ef6b53af1dfb233ef892f281ca0b8b356912bb53cc1bc8129b90
7
- data.tar.gz: 504ec46379d0c1d726d9d46a8584347fc809c4f7d0b1f774173159ade43c5075e2a91acf5f08774884af91f88f560de2ed87d7f3cfa9fb1e9330388d911b4f3d
6
+ metadata.gz: d3a1d5c130f7a64a33251d42b7bdc4e2dcbb1083902b7875d408a74c5c93169a6a4c181905b2a1df74c750af9968b931f74f22db54effa86c7ab146fecc3980e
7
+ data.tar.gz: 7a89abac0ce9907b966af07dd9c06d8c23d6c330e529765732484ff0260b4b227b0495c3b352bdcf76937b757a6984c3af2d4d27d4209bacfe6a8e263cbf9dd7
data/README.md CHANGED
@@ -1,9 +1,4 @@
1
1
  # MultiDistinctLogger
2
-
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/multi_distinct_logger`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
6
-
7
2
  ## Installation
8
3
 
9
4
  Add this line to your application's Gemfile:
@@ -14,7 +9,7 @@ gem 'multi_distinct_logger'
14
9
 
15
10
  And then execute:
16
11
 
17
- $ bundle
12
+ $ bundle install
18
13
 
19
14
  Or install it yourself as:
20
15
 
@@ -1,3 +1,3 @@
1
1
  module MultiDistinctLogger
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
@@ -18,6 +18,7 @@ Gem::Specification.new do |spec|
18
18
  spec.bindir = "exe"
19
19
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
20
20
  spec.require_paths = ["lib"]
21
+ spec.required_ruby_version = '>= 2.0.0'
21
22
 
22
23
  spec.add_development_dependency "bundler", "~> 1.11"
23
24
  spec.add_development_dependency "rake", "~> 10.0"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: multi_distinct_logger
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Venkat-RK
@@ -84,7 +84,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
84
84
  requirements:
85
85
  - - ">="
86
86
  - !ruby/object:Gem::Version
87
- version: '0'
87
+ version: 2.0.0
88
88
  required_rubygems_version: !ruby/object:Gem::Requirement
89
89
  requirements:
90
90
  - - ">="