institutions 0.1.2 → 0.1.3

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.
@@ -12,6 +12,7 @@ Gem::Specification.new do |s|
12
12
  s.homepage = "https://github.com/scotdalton/institutions"
13
13
  s.summary = "Abstract mechanism for setting up Institutions (whatever that means)."
14
14
  s.description = "Abstract mechanism for setting up Institutions with arbitrary data elements."
15
+ s.license = 'MIT'
15
16
 
16
17
  s.files = `git ls-files`.split($\)
17
18
  s.test_files = s.files.grep(%r{^(test|spec|features)/})
@@ -1,3 +1,3 @@
1
1
  module Institutions
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: institutions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -98,7 +98,8 @@ files:
98
98
  - test/institutions_test.rb
99
99
  - test/test_helper.rb
100
100
  homepage: https://github.com/scotdalton/institutions
101
- licenses: []
101
+ licenses:
102
+ - MIT
102
103
  post_install_message:
103
104
  rdoc_options: []
104
105
  require_paths:
@@ -111,7 +112,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
111
112
  version: '0'
112
113
  segments:
113
114
  - 0
114
- hash: 3814035647656033141
115
+ hash: -310889538322869528
115
116
  required_rubygems_version: !ruby/object:Gem::Requirement
116
117
  none: false
117
118
  requirements:
@@ -120,7 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
120
121
  version: '0'
121
122
  segments:
122
123
  - 0
123
- hash: 3814035647656033141
124
+ hash: -310889538322869528
124
125
  requirements: []
125
126
  rubyforge_project:
126
127
  rubygems_version: 1.8.25