badgeapi 1.0.0 → 1.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 77938855273965df1555a82b886eeb17f8333655
4
- data.tar.gz: 824f4b0f3d188571b45ea02da501296f1ba2eb0a
3
+ metadata.gz: 6e8910e4535dc03408a56646a4f683298a31db10
4
+ data.tar.gz: bd17f46e5089949957aa7156ae29093df1955b92
5
5
  SHA512:
6
- metadata.gz: 9dfe48d531b39b9e3cf5413309845de41fcf1152ba41c036e8a9c4768b526753b6efce7e242418422e9ceb1e6cd3843d8f0bd1b98584608528b8e173b08b5c78
7
- data.tar.gz: 9f5ad569beb69dd850e1302e283843cc93697a7d62dc66f94816176e61c1cd3a6788c97c58019c6217e4f9a82d760b6d4721449136b837e01660d4c0571bd605
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 = "A basic API wrapper for Lancaster University's Badge API"
12
- spec.description = "Allows you to connect to Lancaster University's Badge API
13
- to manipulate badges, issue badges and display badges."
14
- spec.homepage = "http://innovationhub.lancaster.ac.uk"
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")
@@ -1,3 +1,3 @@
1
1
  module Badgeapi
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
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.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
- Allows you to connect to Lancaster University's Badge API
141
- to manipulate badges, issue badges and display badges.
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: http://innovationhub.lancaster.ac.uk
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: A basic API wrapper for Lancaster University's Badge API
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