luka-multiinfo 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/multiinfo.gemspec +7 -3
  3. data/rakefile.rb +19 -0
  4. metadata +14 -4
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
data/multiinfo.gemspec CHANGED
@@ -2,10 +2,10 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{multiinfo}
5
- s.version = "0.0.1"
5
+ s.version = "0.0.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
- s.authors = ["Josh Nichols"]
8
+ s.authors = ["\305\201ukasz \305\201uczak"]
9
9
  s.date = %q{2009-07-28}
10
10
  s.description = %q{This gem is Ruby interface to the Polkomtel's MultiInfo SMS gateway service, based on Luke Redpath's clickatel library. To use this gem, you will need an access to Polkomtel's MultiInfo service. You need user, password, sercvice_id and certificate for ssl connection. Contact Polkomtel sales reps for info how to obtain acces to MultiInfo service.}
11
11
  s.email = %q{luka@weblify.pl}
@@ -29,7 +29,8 @@ Gem::Specification.new do |s|
29
29
  "lib/multiinfo/api/executor.rb",
30
30
  "lib/multiinfo/api/response.rb",
31
31
  "lib/multiinfo/version.rb",
32
- "multiinfo.gemspec"
32
+ "multiinfo.gemspec",
33
+ "rakefile.rb"
33
34
  ]
34
35
  s.has_rdoc = true
35
36
  s.homepage = %q{http://github.com/luka/multiinfo}
@@ -43,8 +44,11 @@ Gem::Specification.new do |s|
43
44
  s.specification_version = 2
44
45
 
45
46
  if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
47
+ s.add_runtime_dependency(%q<httpclient>, [">= 2.0.0"])
46
48
  else
49
+ s.add_dependency(%q<httpclient>, [">= 2.0.0"])
47
50
  end
48
51
  else
52
+ s.add_dependency(%q<httpclient>, [">= 2.0.0"])
49
53
  end
50
54
  end
data/rakefile.rb ADDED
@@ -0,0 +1,19 @@
1
+ begin
2
+ require 'jeweler'
3
+ require File.join(File.dirname(__FILE__), *%w[lib/multiinfo/version])
4
+
5
+ Jeweler::Tasks.new do |gemspec|
6
+ gemspec.name = "multiinfo"
7
+ gemspec.version = MultiInfo::VERSION.to_s
8
+ gemspec.summary = "Ruby interface to the Polkomtel's MultiInfo SMS gateway service, based on Luke Redpath's clickatel library"
9
+ gemspec.description = "This gem is Ruby interface to the Polkomtel's MultiInfo SMS gateway service, based on Luke Redpath's clickatel library.
10
+ To use this gem, you will need an access to Polkomtel's MultiInfo service. You need user, password, sercvice_id and certificate for ssl connection.
11
+ Contact Polkomtel sales reps for info how to obtain acces to MultiInfo service."
12
+ gemspec.email = "luka@weblify.pl"
13
+ gemspec.homepage = "http://github.com/luka/multiinfo"
14
+ gemspec.authors = ["Łukasz Łuczak"]
15
+ gemspec.add_dependency('httpclient', '>= 2.0.0')
16
+ end
17
+ rescue LoadError
18
+ puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
19
+ end
metadata CHANGED
@@ -1,18 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: luka-multiinfo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
- - Josh Nichols
7
+ - "\xC5\x81ukasz \xC5\x81uczak"
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
12
  date: 2009-07-28 00:00:00 -07:00
13
13
  default_executable:
14
- dependencies: []
15
-
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: httpclient
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 2.0.0
24
+ version:
16
25
  description: This gem is Ruby interface to the Polkomtel's MultiInfo SMS gateway service, based on Luke Redpath's clickatel library. To use this gem, you will need an access to Polkomtel's MultiInfo service. You need user, password, sercvice_id and certificate for ssl connection. Contact Polkomtel sales reps for info how to obtain acces to MultiInfo service.
17
26
  email: luka@weblify.pl
18
27
  executables: []
@@ -39,6 +48,7 @@ files:
39
48
  - lib/multiinfo/api/response.rb
40
49
  - lib/multiinfo/version.rb
41
50
  - multiinfo.gemspec
51
+ - rakefile.rb
42
52
  has_rdoc: true
43
53
  homepage: http://github.com/luka/multiinfo
44
54
  licenses: