master_of_all_science 0.0.1 → 0.0.2

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: e561481eb62fd2f0856292376fbdae4afb858b2c
4
- data.tar.gz: 1e1cb77f4dea5e8254c6756acc0cda4a3120584b
3
+ metadata.gz: 4f85e89f2330af98e13419851a968979e27a9edd
4
+ data.tar.gz: b49454b61a48b11f5df116e525299459e7bd2282
5
5
  SHA512:
6
- metadata.gz: f1290205e0828f07c57a1fa1025c36891cc8b6704c33303eba579b57f9f93ea321ed5a0f042244c647593b8f00e277c2a21f09ce836c7391560660e8abd74c83
7
- data.tar.gz: 236c13e515d134d112cae70b8a4057ba1a1beddcefe28ff5f38f300cd0a2a580e93411dbdea7b546915b4f9b354dd817c256e9564e90e49803770154941b483b
6
+ metadata.gz: d9c9be8a0f22621ad64075a29de49d72e7d393ef355072df57890355e4ad39f69951e3172ca185ba58554d4796b6bdc4209b6cb4135cdfa469799dd59127fc15
7
+ data.tar.gz: a46450c1870da781140875d9f13be306e2862ee2d44459b2afd26075d7d5664a1767adc791c1ef8999858c351705f73e6f8e5ef5474a4fecaafdd1cdc7d7eb60
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- master_of_all_science (0.0.1)
4
+ master_of_all_science (0.0.2)
5
5
  faraday (~> 0.15)
6
6
  json (~> 2.2)
7
7
  word_wrap (~> 1.0)
data/README.md CHANGED
@@ -7,7 +7,7 @@ A ruby wrapper to interact with MasterOfAllScience.com API based on Ben Lewis's
7
7
  Add this line to your application's Gemfile:
8
8
 
9
9
  ```ruby
10
- gem 'master_of_all_science', '~> 0.0.1'
10
+ gem 'master_of_all_science', '~> 0.0.2'
11
11
  ```
12
12
 
13
13
  And then execute:
@@ -16,7 +16,7 @@ And then execute:
16
16
 
17
17
  Or install it yourself as:
18
18
 
19
- $ gem install master_of_all_science -v 0.0.1
19
+ $ gem install master_of_all_science -v 0.0.2
20
20
 
21
21
  ## Usage
22
22
 
@@ -63,7 +63,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
63
63
 
64
64
  ## Contributing
65
65
 
66
- Bug reports and pull requests are welcome on GitHub at https://github.com/chanko/master_of_all_science. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
66
+ Bug reports and pull requests are welcome on GitHub at https://github.com/chanko/master_of_all_science. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](CODE_OF_CONDUCT.md) code of conduct.
67
67
 
68
68
 
69
69
  ## License
@@ -1,3 +1,3 @@
1
1
  module MasterOfAllScience
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: master_of_all_science
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - César Camacho
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-03-19 00:00:00.000000000 Z
11
+ date: 2019-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler