note-transpose 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -4
- 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: 1649cabf8c288c7d3d597d88c2c3ee109b2e52cf6b36d2e67ac18483d6f62bf7
|
4
|
+
data.tar.gz: 4284aabd6f7da9a72ed5dbdca23c0c9693e81e144fcddd1087ad955cc39b9dbb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ea48ba15eefe803f4e5aa035a7c8d5b6e1a6afda926e54c0645080a4e975336edfc00a62136ecd556e94a2b1e7a583ed939371e38b0db119f2a661ea1c31143d
|
7
|
+
data.tar.gz: 1fce6380320b4b05a7d536a4f93e1ab6099483478c7206999f931f5167f77386f3016f5c8868c4dc07b6aea4e06c0466e68ce370f6187e55b79b6df5fcb67dda
|
data/README.md
CHANGED
@@ -51,10 +51,7 @@ You can even include the module in your code if you need that for some reason:
|
|
51
51
|
|
52
52
|
## Documentation
|
53
53
|
|
54
|
-
You can find the
|
55
|
-
|
56
|
-
- [This repo's Github pages](https://vyder.github.io/note-transpose/)
|
57
|
-
- [RubyGems](https://rubygems.org/gems/note-transpose)
|
54
|
+
You can find the documentation [here](https://vyder.github.io/note-transpose/)
|
58
55
|
|
59
56
|
## Support
|
60
57
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: note-transpose
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vidur Murali
|
@@ -94,7 +94,8 @@ files:
|
|
94
94
|
homepage: https://github.com/vyder/note-transpose
|
95
95
|
licenses:
|
96
96
|
- MIT
|
97
|
-
metadata:
|
97
|
+
metadata:
|
98
|
+
documentation_uri: https://vyder.github.io/note-transpose
|
98
99
|
post_install_message:
|
99
100
|
rdoc_options: []
|
100
101
|
require_paths:
|