gist_updater 0.1.0

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 5eebf362cbfac0fde77291183280648a756e2ce0
4
+ data.tar.gz: ace6e7aa424f322d0eea4c02d28767ebd9975ebd
5
+ SHA512:
6
+ metadata.gz: 12e5950a74565d6c28362b26f602b6466616df71e965f002fc753cd3088ce5f4dd452e7d8374ba26e773437d9595661cbc0ab25df3341bbd81ba2a8baf578093
7
+ data.tar.gz: 4eb1d19014098ffe00c1449fd3b78253b255fc69ef735ff57e2f880a051a537cdc54874b08702ae5facb4dc82d9d5cd3986f997c3a6915d5d4b34f29767b2bcf
data/.gitignore ADDED
@@ -0,0 +1,11 @@
1
+ /.bundle/
2
+ /.envrc
3
+ /.yardoc
4
+ /Gemfile.lock
5
+ /_yardoc/
6
+ /coverage/
7
+ /doc/
8
+ /pkg/
9
+ /spec/reports/
10
+ /tmp/
11
+ /vendor/bundle
data/.rspec ADDED
@@ -0,0 +1,2 @@
1
+ --format documentation
2
+ --color