interspire 0.3.0 → 0.3.1

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 (3) hide show
  1. data/interspire.gemspec +3 -0
  2. data/lib/interspire.rb +1 -1
  3. metadata +3 -2
@@ -6,8 +6,11 @@ require 'interspire'
6
6
  Gem::Specification.new do |gem|
7
7
  gem.name = "interspire"
8
8
  gem.version = Interspire::VERSION
9
+ gem.license = 'WTFPL'
10
+
9
11
  gem.authors = ["Dale Campbell"]
10
12
  gem.email = ["oshuma@gmail.com"]
13
+
11
14
  gem.description = %q{Ruby library for the Interspire API.}
12
15
  gem.summary = %q{Ruby library for the Interspire API.}
13
16
  gem.homepage = "https://github.com/Oshuma/interspire"
@@ -4,5 +4,5 @@ require "interspire/interspire_exception"
4
4
  require "interspire/subscriber"
5
5
 
6
6
  module Interspire
7
- VERSION = "0.3.0"
7
+ VERSION = "0.3.1"
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: interspire
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -125,7 +125,8 @@ files:
125
125
  - spec/interspire/contact_list_spec.rb
126
126
  - spec/spec_helper.rb
127
127
  homepage: https://github.com/Oshuma/interspire
128
- licenses: []
128
+ licenses:
129
+ - WTFPL
129
130
  post_install_message:
130
131
  rdoc_options: []
131
132
  require_paths: