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 +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +3 -3
- data/lib/master_of_all_science/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4f85e89f2330af98e13419851a968979e27a9edd
|
|
4
|
+
data.tar.gz: b49454b61a48b11f5df116e525299459e7bd2282
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d9c9be8a0f22621ad64075a29de49d72e7d393ef355072df57890355e4ad39f69951e3172ca185ba58554d4796b6bdc4209b6cb4135cdfa469799dd59127fc15
|
|
7
|
+
data.tar.gz: a46450c1870da781140875d9f13be306e2862ee2d44459b2afd26075d7d5664a1767adc791c1ef8999858c351705f73e6f8e5ef5474a4fecaafdd1cdc7d7eb60
|
data/Gemfile.lock
CHANGED
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.
|
|
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.
|
|
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](
|
|
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
|
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.
|
|
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-
|
|
11
|
+
date: 2019-04-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|