cspell-dict-ruby
Advanced tools
Comparing version 1.0.8 to 1.0.11
@@ -6,16 +6,32 @@ # Change Log | ||
## [1.0.8](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dict-ruby@1.0.7...cspell-dict-ruby@1.0.8) (2020-11-08) | ||
## [1.0.11](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dict-ruby@1.0.10...cspell-dict-ruby@1.0.11) (2020-11-28) | ||
**Note:** Version bump only for package cspell-dict-ruby | ||
### Bug Fixes | ||
* do not include Configstore if not necessary ([#270](https://github.com/streetsidesoftware/cspell-dicts/issues/270)) ([d8b625f](https://github.com/streetsidesoftware/cspell-dicts/commit/d8b625f2f42d5cc6c4a9390216ac1e5037886e44)) | ||
## [1.0.10](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dict-ruby@1.0.9...cspell-dict-ruby@1.0.10) (2020-11-27) | ||
**Note:** Version bump only for package cspell-dict-ruby | ||
## [1.0.9](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dict-ruby@1.0.8...cspell-dict-ruby@1.0.9) (2020-11-21) | ||
**Note:** Version bump only for package cspell-dict-ruby | ||
## [1.0.8](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dict-ruby@1.0.7...cspell-dict-ruby@1.0.8) (2020-11-08) | ||
### Bug Fixes | ||
- do not include Configstore if not necessary ([#270](https://github.com/streetsidesoftware/cspell-dicts/issues/270)) ([d8b625f](https://github.com/streetsidesoftware/cspell-dicts/commit/d8b625f2f42d5cc6c4a9390216ac1e5037886e44)) | ||
# Change Log | ||
## 1.0.0 | ||
- Initial Release |
{ | ||
"name": "cspell-dict-ruby", | ||
"version": "1.0.8", | ||
"version": "1.0.11", | ||
"description": "For ruby and ruby on rails", | ||
"bin": { | ||
"cspell-dict-ruby-link": "./link.js", | ||
"cspell-dict-ruby-unlink": "./unlink.js" | ||
"cspell-dict-ruby-link": "link.js", | ||
"cspell-dict-ruby-unlink": "unlink.js" | ||
}, | ||
@@ -18,4 +18,4 @@ "exports": { | ||
"cspell-unlink": "node unlink.js", | ||
"prepublishOnly": "npm t", | ||
"prepare": "cp ../../util/* . && npm run build" | ||
"prepublishOnly": "yarn test", | ||
"prepare": "yarn run build" | ||
}, | ||
@@ -50,3 +50,3 @@ "repository": { | ||
], | ||
"gitHead": "e82d9495948fd89166c1d26b4d0d7355c8f5343d" | ||
"gitHead": "48d10290053a5c492372ed4221cdb83c835a3bcb" | ||
} |
@@ -36,3 +36,3 @@ # Cspell Ruby Dictionary | ||
Building is only necessary if you want to modify the contents of the dictionary. Note: Building will take a few minutes for large files. | ||
Building is only necessary if you want to modify the contents of the dictionary. Note: Building will take a few minutes for large files. | ||
@@ -46,2 +46,3 @@ ```sh | ||
MIT | ||
> Some packages may have other licenses included. |
Sorry, the diff of this file is not supported yet
8841
47