s3_log 0.0.2 → 0.0.3

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MDMwNzBmNzcyYWQ1MDAyZDRkNGMzMmMxYjQ3YzczZDI3NDQ1MjdiNQ==
4
+ ZWJmNzc4YmUzYWY1YmEzNGJiZmE1OGFmM2I3ZDZkMWI1ZmZjNTQ3NA==
5
5
  data.tar.gz: !binary |-
6
- ZjEyZGI2Y2NhMzNjYTJlODUyYjZmZGI3NTBlYTM2MjM1NDhhMzI3NQ==
6
+ MTY1MGYzZmU5NWFjZmI2NjMwM2U5M2NiM2ZmZmZmMzczYWRjYzkzMQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- OTFlNDY4ZmE2Y2M0MTY0ZDhkNjljNDY3Mzk0NmUxNWIzMTQ3ZWM1ZTY5ZTU3
10
- M2IxMDEwZWRmZTk2YmMzNTdlMDcyYTZlZmVjMDI1ZWUxMTZmODQ2YzZlNzRj
11
- OWQzYjA2NzI3MzlkOTAyYjc0MjI1NDRkODY1ZGVjZjU5NGJlYjY=
9
+ ZjQyYzEwNGM0NDBjYTUxNTdhYWFiNDU3YWNjOTViMjFmM2ZhNTdhZWI3NTI5
10
+ ZmE3NjRlYWEzOTk0NjA1YmM0ZmY2ZDU1MjFkNDM2OTA2NjUwNDg2NGJhM2Jk
11
+ OTY1MDhjOWViMWQzMTg2OTg5YjVmOTMwOWI4MmNiMTgxOWRlOGY=
12
12
  data.tar.gz: !binary |-
13
- MWZkNjY1Mjg0NDRiYzVhYzZhMjhjNDdhMGVmYjU4NWM3MDJmNzE5ZmVkMWY2
14
- OTBkODJiOTVjZTNjM2M4ODFiNTE1MTU4ZGUyMWM0YTU3YjYyMmJiNWI1MDRl
15
- NjI4MDM0ZWQ4MTVlN2JhNzQ1ZDQwOTkyZTlkN2E5ZWQyZTcxOWE=
13
+ OWZlZDdhODM4MDJmNjY1OTBhODk1YmQ0YmE5MTcwZWVjYmQxYzBmNjU3NTU0
14
+ NjQ5ZjUyYmUwYjQ2ODMwYzQyODJiYjFkOGI3NTgwYmQ4M2VkNjI4ZDRmNTE4
15
+ NTZjNGU4MjM2NjY5ZjZiYmEwYTY0MzU1NWEyYzI2MGQxNWZkYjQ=
data/HISTORY.md CHANGED
@@ -1,4 +1,5 @@
1
1
  ## History ##
2
2
 
3
+ * 0.0.3 - Fixed README to remove s3_logger references
3
4
  * 0.0.2 - Renamed to S3Log to avoid conflict with an existing gem
4
5
  * 0.0.1 - Initial release
data/README.md CHANGED
@@ -5,10 +5,10 @@ Naively log events to a file on S3
5
5
  ## Gem Setup ##
6
6
 
7
7
  ```ruby
8
- gem install s3_logger
8
+ gem install s3_log
9
9
 
10
10
  # Gemfile
11
- gem 's3_logger'
11
+ gem 's3_log'
12
12
  ```
13
13
 
14
14
  ## Configuration ##
@@ -41,7 +41,7 @@ There is no locking in this process, and an existing file will always be read an
41
41
  ## Formal Documentation ##
42
42
 
43
43
  The actual library docs can be read
44
- [over on rubydoc](http://rubydoc.info/gems/s3_logger/frames).
44
+ [over on rubydoc](http://rubydoc.info/gems/s3_log/frames).
45
45
 
46
46
  ## Contributing ##
47
47
 
@@ -1,3 +1,3 @@
1
1
  module S3Log
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: s3_log
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dennis Walters