boxcar_api 1.0.1 → 1.0.2
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/Manifest +0 -1
- data/Rakefile +1 -1
- data/boxcar_api.gemspec +3 -3
- data/lib/boxcar_api.rb +2 -2
- data.tar.gz.sig +2 -3
- metadata +4 -4
- metadata.gz.sig +0 -0
data/Manifest
CHANGED
data/Rakefile
CHANGED
|
@@ -2,7 +2,7 @@ require 'rubygems'
|
|
|
2
2
|
require 'rake'
|
|
3
3
|
require 'echoe'
|
|
4
4
|
|
|
5
|
-
Echoe.new('boxcar_api', '1.0.
|
|
5
|
+
Echoe.new('boxcar_api', '1.0.2') do |p|
|
|
6
6
|
p.description = "A simple way to send notifications to yourself, or your users through Boxcar."
|
|
7
7
|
p.url = "http://github.com/boxcar/boxcar_api"
|
|
8
8
|
p.author = "Jonathan George"
|
data/boxcar_api.gemspec
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = %q{boxcar_api}
|
|
5
|
-
s.version = "1.0.
|
|
5
|
+
s.version = "1.0.2"
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
|
8
8
|
s.authors = ["Jonathan George"]
|
|
9
9
|
s.cert_chain = ["/Users/jonathan/.ssh/gem-public_cert.pem"]
|
|
10
|
-
s.date = %q{2010-11-
|
|
10
|
+
s.date = %q{2010-11-15}
|
|
11
11
|
s.description = %q{A simple way to send notifications to yourself, or your users through Boxcar.}
|
|
12
12
|
s.email = %q{help@boxcar.io}
|
|
13
13
|
s.extra_rdoc_files = ["LICENSE", "README.rdoc", "lib/boxcar_api.rb"]
|
|
14
|
-
s.files = ["LICENSE", "Manifest", "README.rdoc", "Rakefile", "
|
|
14
|
+
s.files = ["LICENSE", "Manifest", "README.rdoc", "Rakefile", "examples/send_as_provider.rb", "examples/send_to_yourself.rb", "init.rb", "lib/boxcar_api.rb", "boxcar_api.gemspec"]
|
|
15
15
|
s.homepage = %q{http://github.com/boxcar/boxcar_api}
|
|
16
16
|
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Boxcar_api", "--main", "README.rdoc"]
|
|
17
17
|
s.require_paths = ["lib"]
|
data/lib/boxcar_api.rb
CHANGED
|
@@ -42,7 +42,7 @@ module BoxcarAPI
|
|
|
42
42
|
:message => message,
|
|
43
43
|
:from_screen_name => from_screen_name,
|
|
44
44
|
:from_remote_service_id => from_remote_service_id,
|
|
45
|
-
:redirect_payload => redirect_payload
|
|
45
|
+
:redirect_payload => redirect_payload,
|
|
46
46
|
:source_url => source_url,
|
|
47
47
|
:icon_url => icon_url
|
|
48
48
|
}
|
|
@@ -57,7 +57,7 @@ module BoxcarAPI
|
|
|
57
57
|
:message => message,
|
|
58
58
|
:from_screen_name => from_screen_name,
|
|
59
59
|
:from_remote_service_id => from_remote_service_id,
|
|
60
|
-
:redirect_payload => redirect_payload
|
|
60
|
+
:redirect_payload => redirect_payload,
|
|
61
61
|
:source_url => source_url,
|
|
62
62
|
:icon_url => icon_url
|
|
63
63
|
}
|
data.tar.gz.sig
CHANGED
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
�
|
|
3
|
-
>@�ϛ�hi�I�4���(m8.?��҄�̭�5��D!S�`N0�),����R�B�~����%Nlbsu��'Koc�{��#�O��!�B�Nܨ
|
|
1
|
+
-l!=>��*Y��ې\X���?�bk���7T��A�{ ��0� �־��'��Y3�1��!��*�֕`� nh:��6��Bs�\���B��)X�Ż�^^Z
|
|
2
|
+
� Ib�TI���=N�
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 1
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 1.0.
|
|
8
|
+
- 2
|
|
9
|
+
version: 1.0.2
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Jonathan George
|
|
@@ -35,7 +35,7 @@ cert_chain:
|
|
|
35
35
|
YhU=
|
|
36
36
|
-----END CERTIFICATE-----
|
|
37
37
|
|
|
38
|
-
date: 2010-11-
|
|
38
|
+
date: 2010-11-15 00:00:00 -06:00
|
|
39
39
|
default_executable:
|
|
40
40
|
dependencies:
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
@@ -77,11 +77,11 @@ files:
|
|
|
77
77
|
- Manifest
|
|
78
78
|
- README.rdoc
|
|
79
79
|
- Rakefile
|
|
80
|
-
- boxcar_api.gemspec
|
|
81
80
|
- examples/send_as_provider.rb
|
|
82
81
|
- examples/send_to_yourself.rb
|
|
83
82
|
- init.rb
|
|
84
83
|
- lib/boxcar_api.rb
|
|
84
|
+
- boxcar_api.gemspec
|
|
85
85
|
has_rdoc: true
|
|
86
86
|
homepage: http://github.com/boxcar/boxcar_api
|
|
87
87
|
licenses: []
|
metadata.gz.sig
CHANGED
|
Binary file
|