garufa 1.0.1.rc.2 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f0b9da8c9009a15afb99fc42bc448da571fa4ec4
4
- data.tar.gz: 8d08b1216c0008bee819180712786dd7a55bf979
3
+ metadata.gz: eafc3046e8da58d35b4e830aec82022ae952133c
4
+ data.tar.gz: cb28d6901cf7deacacaebee1c9e29386406def28
5
5
  SHA512:
6
- metadata.gz: aa873b9f7f2110349d7297c92d1ede043b6927472ce0774a19156727629e6656eb80a196d1e7b502300ea6061541b2ee7d4c9bd4864a146f797b31a55f4baef4
7
- data.tar.gz: 1815114f0dfc281b5979596d09ad092b4488c31b4675fbf642a5dbd8ea8e20b6d5a7d9050afba8d92af6f4b5443eff5f2302a2f49b61ee1bb616f4a15055292c
6
+ metadata.gz: ee3baecdd8a39060e2aa452f62c1bc9ff057e6efb2a2dca8a6cc91bf6666f9d0c856aa07bd856068d9d0447c5de3d356ac791e0e0119b8be72ea9602b3862b87
7
+ data.tar.gz: 377e59dd31c73182b247ce01603ad071a537d08ab747c1d8aff468f00e07b0b528adb792ad757389fd95d3f4ebb1a21e15a02b098ddfa1a6314403d9a5003588
data/README.md CHANGED
@@ -34,12 +34,12 @@ $ garufa -sv --app_key app-key --secret app-secret
34
34
  ```
35
35
 
36
36
  This will start Garufa, logging to stdout in verbose mode. If you want Garufa
37
- to run in background (daemonized) just add `-d` flag.
37
+ to run in background (daemonized) add `-d` flag.
38
38
 
39
- Now say you want to send events to your browser. Just create an .html file
40
- which requires the *pusher.js* library and binds to some events, then point
41
- your browser to that file (for testing purpouse, you can just simply open it
42
- with your browser).
39
+ Now say you want to send events to your browser. Create an .html file which
40
+ requires the *pusher.js* library and binds to some events, then point your
41
+ browser to that file (for testing purpose, you can simply open it with your
42
+ browser).
43
43
 
44
44
  Maybe you would like to open your JavaScript console to see JavaScript debug
45
45
  messages.
@@ -62,8 +62,7 @@ messages.
62
62
  ```
63
63
 
64
64
  Now trigger *my-event* from Ruby code. Be sure you have already installed
65
- the *pusher* gem (*gem install pusher*). Open a Ruby console and paste this
66
- code:
65
+ the *pusher* gem (*gem install pusher*). Open a Ruby console and paste this:
67
66
 
68
67
 
69
68
  ``` ruby
@@ -188,7 +187,7 @@ Testing and Contributing
188
187
  It's up to you how you install Garufa dependencies for development and testing,
189
188
  just be sure you have installed dependencies listed in the .gemspec. If you want
190
189
  to let *bundler* handle this, you can generate a Gemfile from the .gemspec and
191
- then just run *bundle install*.
190
+ then run *bundle install*.
192
191
 
193
192
 
194
193
  ``` console
data/bin/garufa.pid CHANGED
@@ -1 +1 @@
1
- 17790
1
+ 16026
@@ -1,4 +1,3 @@
1
1
  module Garufa
2
- VERSION = '1.0.1.rc.2'
2
+ VERSION = '1.0.1'
3
3
  end
4
-
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: garufa
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1.rc.2
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Manuel Cuello
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-07 00:00:00.000000000 Z
11
+ date: 2014-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: goliath
@@ -140,9 +140,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
140
140
  version: '1.9'
141
141
  required_rubygems_version: !ruby/object:Gem::Requirement
142
142
  requirements:
143
- - - ">"
143
+ - - ">="
144
144
  - !ruby/object:Gem::Version
145
- version: 1.3.1
145
+ version: '0'
146
146
  requirements: []
147
147
  rubyforge_project:
148
148
  rubygems_version: 2.2.2