institutions 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- data/institutions.gemspec +1 -0
- data/lib/institutions/version.rb +1 -1
- metadata +5 -4
data/institutions.gemspec
CHANGED
@@ -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)/})
|
data/lib/institutions/version.rb
CHANGED
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.
|
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:
|
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:
|
124
|
+
hash: -310889538322869528
|
124
125
|
requirements: []
|
125
126
|
rubyforge_project:
|
126
127
|
rubygems_version: 1.8.25
|