aspsms 0.97 → 0.98

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 (5) hide show
  1. data/LICENSE +1 -1
  2. data/README +1 -1
  3. data/bin/aspsms +1 -1
  4. data/lib/aspsms.rb +2 -2
  5. metadata +5 -5
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (C) 2005-2011, Daniel Roethlisberger <daniel@roe.ch>
1
+ Copyright (C) 2005-2012, Daniel Roethlisberger <daniel@roe.ch>
2
2
  All rights reserved.
3
3
 
4
4
  Redistribution and use, with or without modification, are permitted
data/README CHANGED
@@ -1,7 +1,7 @@
1
1
  Ruby ASPSMS -- aspsms.com short message service gateway library and client
2
2
  http://www.roe.ch/ASPSMS
3
3
 
4
- Copyright (C) 2005-2011, Daniel Roethlisberger <daniel@roe.ch>
4
+ Copyright (C) 2005-2012, Daniel Roethlisberger <daniel@roe.ch>
5
5
  All rights reserved.
6
6
 
7
7
  Ruby ASPSMS is both a ruby library and a command line client for painfree,
data/bin/aspsms CHANGED
@@ -4,7 +4,7 @@
4
4
  # Ruby ASPSMS -- aspsms.com short message service gateway library and client
5
5
  # http://www.roe.ch/ASPSMS
6
6
  #
7
- # Copyright (C) 2005-2011, Daniel Roethlisberger <daniel@roe.ch>
7
+ # Copyright (C) 2005-2012, Daniel Roethlisberger <daniel@roe.ch>
8
8
  # All rights reserved.
9
9
  #
10
10
  # Redistribution and use, with or without modification, are permitted
data/lib/aspsms.rb CHANGED
@@ -4,7 +4,7 @@
4
4
  # Ruby ASPSMS -- aspsms.com short message service gateway library and client
5
5
  # http://www.roe.ch/ASPSMS
6
6
  #
7
- # Copyright (C) 2005-2011, Daniel Roethlisberger <daniel@roe.ch>
7
+ # Copyright (C) 2005-2012, Daniel Roethlisberger <daniel@roe.ch>
8
8
  # All rights reserved.
9
9
  #
10
10
  # Redistribution and use, with or without modification, are permitted
@@ -73,8 +73,8 @@ module ASPSMS
73
73
  rescue Errno::ENOENT
74
74
  # ignore if not found
75
75
  end
76
- raise "No configuration file found (#{FILES.join(' ')})"
77
76
  end
77
+ raise "No configuration file found (#{FILES.join(' ')})"
78
78
  end
79
79
 
80
80
  def load(fn)
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aspsms
3
3
  version: !ruby/object:Gem::Version
4
- hash: 201
4
+ hash: 207
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 97
9
- version: "0.97"
8
+ - 98
9
+ version: "0.98"
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Roethlisberger
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-08-04 00:00:00 Z
17
+ date: 2012-09-16 00:00:00 Z
18
18
  dependencies: []
19
19
 
20
20
  description: aspsms.com SMS gateway library and client
@@ -59,7 +59,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
59
59
  requirements: []
60
60
 
61
61
  rubyforge_project:
62
- rubygems_version: 1.7.2
62
+ rubygems_version: 1.8.11
63
63
  signing_key:
64
64
  specification_version: 3
65
65
  summary: aspsms.com SMS gateway library and client