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.
Files changed (4) hide show
  1. data/History.txt +5 -0
  2. data/Rakefile +4 -3
  3. data/lib/messagepub.rb +1 -1
  4. metadata +10 -33
data/History.txt CHANGED
@@ -1,3 +1,8 @@
1
+ == 0.0.3 2009-07-13
2
+
3
+ * 1 major enhancement:
4
+ * Added the client#cancel method to cancel notifications
5
+
1
6
  == 0.0.2 2009-04-14
2
7
 
3
8
  * 1 major enhancement:
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.4.3'],
13
+ ['httparty','>= 0.3.1'],
13
14
  ]
14
15
  p.extra_dev_deps = [
15
16
  ['newgem', ">= #{::Newgem::VERSION}"]
data/lib/messagepub.rb CHANGED
@@ -2,7 +2,7 @@ $:.unshift(File.dirname(__FILE__)) unless
2
2
  $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
3
3
 
4
4
  module Messagepub
5
- VERSION = '0.0.3'
5
+ VERSION = '0.0.4'
6
6
  end
7
7
 
8
8
  require 'rubygems'
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.3
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-07-13 00:00:00 -04:00
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.4.3
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.3
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: 1.8.0
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: "Website: http://messagepub.com"
73
+ homepage:
97
74
  licenses: []
98
75
 
99
76
  post_install_message: PostInstall.txt
100
77
  rdoc_options:
101
78
  - --main
102
- - README.rdoc
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.2
97
+ rubygems_version: 1.3.5
121
98
  signing_key:
122
99
  specification_version: 3
123
- summary: "* MessagePub is a dead-simple messaging API that you can start using for your applications in less than 5 minutes"
100
+ summary: More info at http://messagepub.com
124
101
  test_files:
125
102
  - test/test_messagepub.rb
126
103
  - test/test_helper.rb