accessgrid 0.1.0 → 0.1.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 +4 -4
- data/README.md +1 -1
- data/lib/accessgrid/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7f78bee5d3573b38bfe17bfdf42a20023594ee7310d0b56e7b6dde09f750bad1
|
4
|
+
data.tar.gz: 4827d2ca3601337a6865aad377385dc2a33a450a4599692a86e89e6658368f26
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ee0e071a1abb43e2303973114f95f6371509c5c1c36b325dc3aa1daccf07be1d046f1042ed2f2a2ec27bc5e3715daf34d90e08f95c1873f282efcd33f4e94a68
|
7
|
+
data.tar.gz: a59535d7dc40f14b96e32464959700a0fbfa74242b6c6644c3e7ca56b1a0e60cf4f2368aff01126f0e5f18330233459c1595f7927ca92ff82e86f975c54c8eff
|
data/README.md
CHANGED
@@ -215,7 +215,7 @@ After checking out the repo, run `bin/setup` to install dependencies. Then, run
|
|
215
215
|
|
216
216
|
## Contributing
|
217
217
|
|
218
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
218
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/access-grid/accessgrid-rb.
|
219
219
|
|
220
220
|
## License
|
221
221
|
|
data/lib/accessgrid/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: accessgrid
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Auston Bunsen
|
@@ -82,7 +82,8 @@ files:
|
|
82
82
|
homepage: https://github.com/access-grid/accessgrid-rb
|
83
83
|
licenses:
|
84
84
|
- MIT
|
85
|
-
metadata:
|
85
|
+
metadata:
|
86
|
+
source_code_uri: https://github.com/access-grid/accessgrid-rb
|
86
87
|
post_install_message:
|
87
88
|
rdoc_options: []
|
88
89
|
require_paths:
|