messagepub 0.0.3 → 0.0.4
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.
- data/History.txt +5 -0
- data/Rakefile +4 -3
- data/lib/messagepub.rb +1 -1
- metadata +10 -33
data/History.txt
CHANGED
data/Rakefile
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
%w[rubygems rake rake/clean fileutils newgem rubigen].each { |f| require f }
|
1
|
+
%w[rubygems rake rake/clean fileutils newgem rubigen hoe].each { |f| require f }
|
2
2
|
require File.dirname(__FILE__) + '/lib/messagepub'
|
3
3
|
|
4
4
|
# Generate all the Rake tasks
|
@@ -7,9 +7,10 @@ $hoe = Hoe.new('messagepub', Messagepub::VERSION) do |p|
|
|
7
7
|
p.developer('Luc Castera', 'luc.castera@gmail.com')
|
8
8
|
p.changes = p.paragraphs_of("History.txt", 0..1).join("\n\n")
|
9
9
|
p.post_install_message = 'PostInstall.txt'
|
10
|
-
p.rubyforge_name = p.name # TODO this is default value
|
10
|
+
p.rubyforge_name = p.name # TODO this is default value
|
11
|
+
p.summary = "More info at http://messagepub.com"
|
11
12
|
p.extra_deps = [
|
12
|
-
['httparty','>= 0.
|
13
|
+
['httparty','>= 0.3.1'],
|
13
14
|
]
|
14
15
|
p.extra_dev_deps = [
|
15
16
|
['newgem', ">= #{::Newgem::VERSION}"]
|
data/lib/messagepub.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: messagepub
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Luc Castera
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-
|
12
|
+
date: 2009-08-24 00:00:00 -04:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -20,7 +20,7 @@ dependencies:
|
|
20
20
|
requirements:
|
21
21
|
- - ">="
|
22
22
|
- !ruby/object:Gem::Version
|
23
|
-
version: 0.
|
23
|
+
version: 0.3.1
|
24
24
|
version:
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: newgem
|
@@ -30,7 +30,7 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 1.2
|
33
|
+
version: 1.5.2
|
34
34
|
version:
|
35
35
|
- !ruby/object:Gem::Dependency
|
36
36
|
name: hoe
|
@@ -40,31 +40,9 @@ dependencies:
|
|
40
40
|
requirements:
|
41
41
|
- - ">="
|
42
42
|
- !ruby/object:Gem::Version
|
43
|
-
version:
|
43
|
+
version: 2.3.3
|
44
44
|
version:
|
45
|
-
description:
|
46
|
-
* MessagePub is a dead-simple messaging API that you can start using for your applications in less than 5 minutes.
|
47
|
-
|
48
|
-
|
49
|
-
* Register for an API Key at http://messagepub.com
|
50
|
-
|
51
|
-
|
52
|
-
* Support for the following platforms: Twitter, Google Chat, AIM, Email, Phone, and SMS.
|
53
|
-
|
54
|
-
|
55
|
-
* Reach out to one person in multiple ways.
|
56
|
-
|
57
|
-
|
58
|
-
* Helper libraries in multiple languages.
|
59
|
-
|
60
|
-
|
61
|
-
* Schedule a message to be delivered in the future.
|
62
|
-
|
63
|
-
|
64
|
-
* Set up an escalation schedule.
|
65
|
-
|
66
|
-
|
67
|
-
* For more documentation on MessagePub, go to http://messagepub.com/documentation
|
45
|
+
description: ""
|
68
46
|
email:
|
69
47
|
- luc.castera@gmail.com
|
70
48
|
executables: []
|
@@ -75,7 +53,6 @@ extra_rdoc_files:
|
|
75
53
|
- History.txt
|
76
54
|
- Manifest.txt
|
77
55
|
- PostInstall.txt
|
78
|
-
- README.rdoc
|
79
56
|
files:
|
80
57
|
- History.txt
|
81
58
|
- Manifest.txt
|
@@ -93,13 +70,13 @@ files:
|
|
93
70
|
- test/test_helper.rb
|
94
71
|
- test/test_messagepub.rb
|
95
72
|
has_rdoc: true
|
96
|
-
homepage:
|
73
|
+
homepage:
|
97
74
|
licenses: []
|
98
75
|
|
99
76
|
post_install_message: PostInstall.txt
|
100
77
|
rdoc_options:
|
101
78
|
- --main
|
102
|
-
- README.
|
79
|
+
- README.txt
|
103
80
|
require_paths:
|
104
81
|
- lib
|
105
82
|
required_ruby_version: !ruby/object:Gem::Requirement
|
@@ -117,10 +94,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
117
94
|
requirements: []
|
118
95
|
|
119
96
|
rubyforge_project: messagepub
|
120
|
-
rubygems_version: 1.3.
|
97
|
+
rubygems_version: 1.3.5
|
121
98
|
signing_key:
|
122
99
|
specification_version: 3
|
123
|
-
summary:
|
100
|
+
summary: More info at http://messagepub.com
|
124
101
|
test_files:
|
125
102
|
- test/test_messagepub.rb
|
126
103
|
- test/test_helper.rb
|