trufflepig 0.2.6 → 0.2.7
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.
- data/README.md +9 -0
- data/VERSION +1 -1
- data/data/caniuse.json +1 -1
- data/data/features.json +1 -1
- data/trufflepig.gemspec +3 -3
- metadata +4 -4
data/README.md
CHANGED
|
@@ -46,6 +46,15 @@ rake featurelist:build
|
|
|
46
46
|
* Command line interface
|
|
47
47
|
* ...
|
|
48
48
|
|
|
49
|
+
## Contributing
|
|
50
|
+
|
|
51
|
+
We love pull requests. If you want to submit a patch:
|
|
52
|
+
|
|
53
|
+
* Fork the project.
|
|
54
|
+
* Make your feature addition or bug fix.
|
|
55
|
+
* Write specs for it. This is important so nobody breaks it in a future version unintentionally.
|
|
56
|
+
* Push to your fork and send a pull request.
|
|
57
|
+
|
|
49
58
|
## License
|
|
50
59
|
|
|
51
60
|
This gem is licensed under the MIT license. The feature data is originally from
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.7
|