gazouillis 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -0
- data/lib/gazouillis/version.rb +1 -1
- metadata +6 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2c417316606dde3882e3cbed550e55531e534cb7
|
4
|
+
data.tar.gz: 939d38519a252b88bace772b8679a4670a051591
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f984c5f969ab9877248080636e8b4708ace9b0e47eeb5e5574a336a29d0f7e6a44db0d1549ac0ea8c19356cbd72e5b58984684b9970e0e5d96348849329d959
|
7
|
+
data.tar.gz: bdc4b6535fa3bf2225cbd546cb49c5aaf57eab907d9d8868533d03fcb6acec72e4a48916614af9d5bce2fb9c652ed631a06a3dfd6695df87a1065f981899e1b2
|
data/README.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# gazouillis
|
2
2
|
|
3
|
+
[![Code
|
4
|
+
Climate](https://codeclimate.com/github/chatgris/gazouillis.png)](https://codeclimate.com/github/chatgris/gazouillis)
|
5
|
+
[![Gem
|
6
|
+
Version](https://badge.fury.io/rb/gazouillis.png)](http://badge.fury.io/rb/gazouillis)
|
7
|
+
|
3
8
|
Gazouillis aims to be a fast and reliable twitter stream client.
|
4
9
|
|
5
10
|
## Status
|
data/lib/gazouillis/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gazouillis
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- chatgris
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-
|
11
|
+
date: 2013-08-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: celluloid-io
|
@@ -66,7 +66,8 @@ files:
|
|
66
66
|
- lib/gazouillis/stream.rb
|
67
67
|
- lib/gazouillis/version.rb
|
68
68
|
homepage: http://chatgris.github.com/gazouillis
|
69
|
-
licenses:
|
69
|
+
licenses:
|
70
|
+
- MIT
|
70
71
|
metadata: {}
|
71
72
|
post_install_message:
|
72
73
|
rdoc_options: []
|
@@ -84,8 +85,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
84
85
|
version: '0'
|
85
86
|
requirements: []
|
86
87
|
rubyforge_project:
|
87
|
-
rubygems_version: 2.0.
|
88
|
+
rubygems_version: 2.0.2
|
88
89
|
signing_key:
|
89
90
|
specification_version: 4
|
90
91
|
summary: Twitter stream client.
|
91
92
|
test_files: []
|
93
|
+
has_rdoc:
|