badgeapi 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/badgeapi.gemspec +4 -4
- data/lib/badgeapi/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6e8910e4535dc03408a56646a4f683298a31db10
|
4
|
+
data.tar.gz: bd17f46e5089949957aa7156ae29093df1955b92
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8373fe5398597ab07b957fe21c20c24b920d1d7774ea2018ef9430bed118c2d1682ba54c92555d682b37530073a56626e13abcc1d472d52c5a91ed6d2a59acd4
|
7
|
+
data.tar.gz: cd35fd528f71b8d338c477742965e6a7dea3962f1650bb928d540cb7364e4006b50fa675cf4a7cea4bf55fc1099cdfbdcd8ce56963f88ca3055eac6dbc036642
|
data/badgeapi.gemspec
CHANGED
@@ -8,10 +8,10 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.version = Badgeapi::VERSION
|
9
9
|
spec.authors = ["Tom Skarbek Wazynski"]
|
10
10
|
spec.email = ["wazynski@gmail.com"]
|
11
|
-
spec.summary = "
|
12
|
-
spec.description = "
|
13
|
-
|
14
|
-
spec.homepage = "
|
11
|
+
spec.summary = "Ruby bindings for the Lancaster University Badge API platform"
|
12
|
+
spec.description = "The badgeapi gem provides Ruby bindings for the Lancaster University Badge API
|
13
|
+
platform. It allows for quicker and easier access, insertion and consumption of data from the API."
|
14
|
+
spec.homepage = "https://github.com/innovationhublancaster/badgeapi"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0")
|
data/lib/badgeapi/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: badgeapi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tom Skarbek Wazynski
|
@@ -137,8 +137,8 @@ dependencies:
|
|
137
137
|
- !ruby/object:Gem::Version
|
138
138
|
version: '10.0'
|
139
139
|
description: |-
|
140
|
-
|
141
|
-
|
140
|
+
The badgeapi gem provides Ruby bindings for the Lancaster University Badge API
|
141
|
+
platform. It allows for quicker and easier access, insertion and consumption of data from the API.
|
142
142
|
email:
|
143
143
|
- wazynski@gmail.com
|
144
144
|
executables: []
|
@@ -202,7 +202,7 @@ files:
|
|
202
202
|
- test/fixtures/recipient_with_badges_unicard.yml
|
203
203
|
- test/recipient/recipient_test.rb
|
204
204
|
- test/test_helper.rb
|
205
|
-
homepage:
|
205
|
+
homepage: https://github.com/innovationhublancaster/badgeapi
|
206
206
|
licenses:
|
207
207
|
- MIT
|
208
208
|
metadata: {}
|
@@ -225,7 +225,7 @@ rubyforge_project:
|
|
225
225
|
rubygems_version: 2.4.5
|
226
226
|
signing_key:
|
227
227
|
specification_version: 4
|
228
|
-
summary:
|
228
|
+
summary: Ruby bindings for the Lancaster University Badge API platform
|
229
229
|
test_files:
|
230
230
|
- test/badge/badge_test.rb
|
231
231
|
- test/badgeapi_test.rb
|