sociable 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README +11 -0
  2. data/lib/version.rb +3 -0
  3. metadata +55 -0
data/README ADDED
@@ -0,0 +1,11 @@
1
+ Sociable gem provides abilities to share various user actions happening in your app and present these on custom newsfeed.
2
+ The following features can be seamlessly added to your app:
3
+ 1. Create user account using Facebook or Twitter profiles.
4
+ 2. Invite friends from email address book, facebook, twitter.
5
+ 3. Track various events happening in your application.
6
+ It can be anything from uploading new picture to installing new plug-in.
7
+ 4. Present user activities on user profile page.
8
+ 5. Follow friends activities.
9
+ 6. Present configurable newsfeed, which shows timeline of events happening in the app.
10
+
11
+ With these features you can focus on core user experience and use Sociable gem as a shell to enable social interactions in your app.
@@ -0,0 +1,3 @@
1
+ module Sociable
2
+ VERSION = "0.0.1"
3
+ end
metadata ADDED
@@ -0,0 +1,55 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: sociable
3
+ version: !ruby/object:Gem::Version
4
+ prerelease:
5
+ version: 0.0.1
6
+ platform: ruby
7
+ authors:
8
+ - Sergey Zelvenskiy
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+
13
+ date: 2012-06-04 00:00:00 Z
14
+ dependencies: []
15
+
16
+ description: "\n Sociable gem provides abilities to share various user actions happening in your app and present these on custom newsfeed.\n The following features can be seamlessly added to your app.\n 1. Create user account using Facebook or Twitter profiles.\n 2. Invite friends from email address book, facebook, twitter.\n 3. Track various events happening in your application.\n It can be anything from uploading new picture to installing new plug-in.\n 4. Present user activities on user profile page.\n 5. Follow friends activities.\n 6. Present configurable newsfeed, which shows timeline of events happening in the app."
17
+ email: sergey@actions.im
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files: []
23
+
24
+ files:
25
+ - README
26
+ - lib/version.rb
27
+ homepage: https://github.com/actions/sociable
28
+ licenses: []
29
+
30
+ post_install_message:
31
+ rdoc_options: []
32
+
33
+ require_paths:
34
+ - lib
35
+ required_ruby_version: !ruby/object:Gem::Requirement
36
+ none: false
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: "0"
41
+ required_rubygems_version: !ruby/object:Gem::Requirement
42
+ none: false
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: "0"
47
+ requirements: []
48
+
49
+ rubyforge_project:
50
+ rubygems_version: 1.8.24
51
+ signing_key:
52
+ specification_version: 3
53
+ summary: This gem will make your rails app social in 30 seconds or less.
54
+ test_files: []
55
+