boxcar_api 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/Manifest CHANGED
@@ -2,7 +2,6 @@ LICENSE
2
2
  Manifest
3
3
  README.rdoc
4
4
  Rakefile
5
- boxcar_api.gemspec
6
5
  examples/send_as_provider.rb
7
6
  examples/send_to_yourself.rb
8
7
  init.rb
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.1') do |p|
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.1"
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-06}
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", "boxcar_api.gemspec", "examples/send_as_provider.rb", "examples/send_to_yourself.rb", "init.rb", "lib/boxcar_api.rb"]
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
- <�W~Z ���%���afd��ͅ�N�w}d��I�K�ڭ�XO�fCts ��6E �Z�.�̂��v V2��E���=��j4}bQ�����t-�[bO+5�!�� �j���̰��K��ص�� r��
2
- X�F��>?H BK���� A2ǡxi
3
- >@� ϛ�hi�I�4���(m8.?��҄�̭�5��D!S�`N0�),����R�B�~����%Nlbsu��'Koc�{��#�O��!�B�Nܨ
1
+ -l!=>��*Y��ې\X���?�bk���7T��A{ ��0 �־�� '��Y31��!��*�֕`� 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
- - 1
9
- version: 1.0.1
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-06 00:00:00 -05:00
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