thug 0.2.0 → 0.2.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 +13 -1
- data/lib/thug/installer.rb +1 -1
- data/lib/thug/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d40450b572fc02f16ff195b2042dc4d8bcf12efa
|
4
|
+
data.tar.gz: ac652edb899981946ebaab4e9694c2853596d460
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fff6871426082426b48f616caa7ca46203cf944324d43d28aca545b279987fe74ecd36b99c249e3bfd00ab743f00960b431d98de1263253cbfa65ff7316211af
|
7
|
+
data.tar.gz: 8f6830d19718aae45012500ba0da8807f149827f945144f88099315c70bebd985e626fbc91793e989e53c985df08770d542d547462ce911b357a1d3a08bef0dd
|
data/README.md
CHANGED
@@ -33,7 +33,19 @@ Checkout the project and run
|
|
33
33
|
|
34
34
|
## Contributing
|
35
35
|
|
36
|
-
Thug gem relies on users to keep its system dependencies list up to date, Bug reports and pull requests are welcome on here. or you can [Sign up](http://13.
|
36
|
+
Thug gem relies on users to keep its system dependencies list up to date, Bug reports and pull requests are welcome on here. or you can [Sign up](http://13.95.24.166:1337/register) at [Thug-Gem](http://13.95.24.166:1337)Thug-gem and start adding gems/dependencies.
|
37
|
+
|
38
|
+
## Known Issues
|
39
|
+
|
40
|
+
Among the known issues is running into
|
41
|
+
|
42
|
+
|
43
|
+
'method_missing': undefined method `this' for #<Gem::Specification
|
44
|
+
|
45
|
+
|
46
|
+
just update your rubygems by running:
|
47
|
+
|
48
|
+
$ gem update --system
|
37
49
|
|
38
50
|
## License
|
39
51
|
|
data/lib/thug/installer.rb
CHANGED
data/lib/thug/version.rb
CHANGED