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 +8 -8
- data/HISTORY.md +1 -0
- data/README.md +3 -3
- data/lib/s3_log/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZWJmNzc4YmUzYWY1YmEzNGJiZmE1OGFmM2I3ZDZkMWI1ZmZjNTQ3NA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MTY1MGYzZmU5NWFjZmI2NjMwM2U5M2NiM2ZmZmZmMzczYWRjYzkzMQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZjQyYzEwNGM0NDBjYTUxNTdhYWFiNDU3YWNjOTViMjFmM2ZhNTdhZWI3NTI5
|
|
10
|
+
ZmE3NjRlYWEzOTk0NjA1YmM0ZmY2ZDU1MjFkNDM2OTA2NjUwNDg2NGJhM2Jk
|
|
11
|
+
OTY1MDhjOWViMWQzMTg2OTg5YjVmOTMwOWI4MmNiMTgxOWRlOGY=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
OWZlZDdhODM4MDJmNjY1OTBhODk1YmQ0YmE5MTcwZWVjYmQxYzBmNjU3NTU0
|
|
14
|
+
NjQ5ZjUyYmUwYjQ2ODMwYzQyODJiYjFkOGI3NTgwYmQ4M2VkNjI4ZDRmNTE4
|
|
15
|
+
NTZjNGU4MjM2NjY5ZjZiYmEwYTY0MzU1NWEyYzI2MGQxNWZkYjQ=
|
data/HISTORY.md
CHANGED
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
|
|
8
|
+
gem install s3_log
|
|
9
9
|
|
|
10
10
|
# Gemfile
|
|
11
|
-
gem '
|
|
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/
|
|
44
|
+
[over on rubydoc](http://rubydoc.info/gems/s3_log/frames).
|
|
45
45
|
|
|
46
46
|
## Contributing ##
|
|
47
47
|
|
data/lib/s3_log/version.rb
CHANGED