party_line 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/LICENSE +22 -0
- data/README.md +56 -0
- data/Rakefile +1 -0
- data/lib/party_line.rb +4 -0
- data/lib/party_line/version.rb +3 -0
- metadata +86 -0
data/LICENSE
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
Copyright (c) 2012 Jeff Felchner
|
2
|
+
|
3
|
+
MIT License
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
6
|
+
a copy of this software and associated documentation files (the
|
7
|
+
"Software"), to deal in the Software without restriction, including
|
8
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
9
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
10
|
+
permit persons to whom the Software is furnished to do so, subject to
|
11
|
+
the following conditions:
|
12
|
+
|
13
|
+
The above copyright notice and this permission notice shall be
|
14
|
+
included in all copies or substantial portions of the Software.
|
15
|
+
|
16
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
17
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
18
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
19
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
20
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
21
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
22
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/README.md
ADDED
@@ -0,0 +1,56 @@
|
|
1
|
+
Party Line: Who You Think You're Talkin' To?
|
2
|
+
================================================================================
|
3
|
+
|
4
|
+
Supported Rubies
|
5
|
+
--------------------------------------------------------------------------------
|
6
|
+
* MRI Ruby 1.9.2
|
7
|
+
* MRI Ruby 1.9.3
|
8
|
+
* JRuby (in 1.9 compat mode)
|
9
|
+
|
10
|
+
Installation
|
11
|
+
--------------------------------------------------------------------------------
|
12
|
+
|
13
|
+
First:
|
14
|
+
|
15
|
+
```ruby
|
16
|
+
gem install party_line
|
17
|
+
```
|
18
|
+
|
19
|
+
Then in your script:
|
20
|
+
|
21
|
+
```ruby
|
22
|
+
require 'party_line'
|
23
|
+
```
|
24
|
+
|
25
|
+
or from IRB
|
26
|
+
|
27
|
+
irb -r 'party_line'
|
28
|
+
|
29
|
+
Basic Usage
|
30
|
+
--------------------------------------------------------------------------------
|
31
|
+
|
32
|
+
Advanced Usage
|
33
|
+
--------------------------------------------------------------------------------
|
34
|
+
|
35
|
+
Issues
|
36
|
+
--------------------------------
|
37
|
+
|
38
|
+
If you have problems, please create a [Github issue](https://github.com/chirrpy/party_line/issues).
|
39
|
+
|
40
|
+
Credits
|
41
|
+
--------------------------------
|
42
|
+
|
43
|
+
![chirrpy](https://dl.dropbox.com/s/f9s2qd0kmbc8nwl/github_logo.png?dl=1)
|
44
|
+
|
45
|
+
party_line is maintained by [Chrrpy, LLC](http://chirrpy.com)
|
46
|
+
|
47
|
+
The names and logos for Chirrpy are trademarks of Chrrpy, LLC
|
48
|
+
|
49
|
+
Contributors
|
50
|
+
--------------------------------
|
51
|
+
* [Jeff Felchner](https://github.com/jfelchner)
|
52
|
+
|
53
|
+
License
|
54
|
+
--------------------------------
|
55
|
+
|
56
|
+
party_line is Copyright © 2013 Chirrpy. It is free software, and may be redistributed under the terms specified in the LICENSE file.
|
data/Rakefile
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
require "bundler/gem_tasks"
|
data/lib/party_line.rb
ADDED
metadata
ADDED
@@ -0,0 +1,86 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: party_line
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
prerelease:
|
6
|
+
platform: ruby
|
7
|
+
authors:
|
8
|
+
- jfelchner
|
9
|
+
autorequire:
|
10
|
+
bindir: bin
|
11
|
+
cert_chain: []
|
12
|
+
date: 2013-03-29 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
15
|
+
name: rspec
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
17
|
+
requirements:
|
18
|
+
- - ~>
|
19
|
+
- !ruby/object:Gem::Version
|
20
|
+
version: '2.13'
|
21
|
+
none: false
|
22
|
+
prerelease: false
|
23
|
+
type: :development
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
25
|
+
requirements:
|
26
|
+
- - ~>
|
27
|
+
- !ruby/object:Gem::Version
|
28
|
+
version: '2.13'
|
29
|
+
none: false
|
30
|
+
- !ruby/object:Gem::Dependency
|
31
|
+
name: rspectacular
|
32
|
+
requirement: !ruby/object:Gem::Requirement
|
33
|
+
requirements:
|
34
|
+
- - ~>
|
35
|
+
- !ruby/object:Gem::Version
|
36
|
+
version: '0.9'
|
37
|
+
none: false
|
38
|
+
prerelease: false
|
39
|
+
type: :development
|
40
|
+
version_requirements: !ruby/object:Gem::Requirement
|
41
|
+
requirements:
|
42
|
+
- - ~>
|
43
|
+
- !ruby/object:Gem::Version
|
44
|
+
version: '0.9'
|
45
|
+
none: false
|
46
|
+
description: Party Line is agnostic about what kind of server it is talking to. As
|
47
|
+
long as it adheres to the activitystrea.ms JSON specification.
|
48
|
+
email: support@chirrpy.com
|
49
|
+
executables: []
|
50
|
+
extensions: []
|
51
|
+
extra_rdoc_files:
|
52
|
+
- README.md
|
53
|
+
- LICENSE
|
54
|
+
files:
|
55
|
+
- lib/party_line/version.rb
|
56
|
+
- lib/party_line.rb
|
57
|
+
- Rakefile
|
58
|
+
- README.md
|
59
|
+
- LICENSE
|
60
|
+
homepage: https://github.com/chirrpy/party_line
|
61
|
+
licenses: []
|
62
|
+
post_install_message:
|
63
|
+
rdoc_options:
|
64
|
+
- --charset = UTF-8
|
65
|
+
require_paths:
|
66
|
+
- lib
|
67
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
68
|
+
requirements:
|
69
|
+
- - ! '>='
|
70
|
+
- !ruby/object:Gem::Version
|
71
|
+
version: '0'
|
72
|
+
none: false
|
73
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
74
|
+
requirements:
|
75
|
+
- - ! '>='
|
76
|
+
- !ruby/object:Gem::Version
|
77
|
+
version: '0'
|
78
|
+
none: false
|
79
|
+
requirements: []
|
80
|
+
rubyforge_project: party_line
|
81
|
+
rubygems_version: 1.8.25
|
82
|
+
signing_key:
|
83
|
+
specification_version: 3
|
84
|
+
summary: Heavily convention-based activitystrea.ms compliant client
|
85
|
+
test_files: []
|
86
|
+
has_rdoc:
|