gripst 0.0.1 → 0.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9917e6f56f54f29e862a085c51633ebe25deaeb8
4
- data.tar.gz: e5f2c3a7520a9a29bddbdf1b0eabd912d65cf90c
3
+ metadata.gz: 197a043cf1783c3b0ed6272e242aa4ba05f83827
4
+ data.tar.gz: ed23ac18b65f24b5779ee31ea2f49416a8ff4060
5
5
  SHA512:
6
- metadata.gz: 6e2a4e5a21139341944c901cbe0cc638b046f1d2584efe9509f4df5d07d3cfa1fab769ab618cb77f04a15802a7c72b83fb30c60f885ddd7fd090385c32d36f11
7
- data.tar.gz: 961b335ca0171da8c53fdcaf6220d9155c4382fc92b21eec87098ac8aea5add3c134592115bb78c1b6c36c95deb67eef4499f93f578a0679f6f78bbbcfbe068e
6
+ metadata.gz: 6eba9df86055432363d2c62261536063149a7b084e7e4962c0205c403b2c7598ac68f0ee91e08cf101600e27066aaf99b25b02aa2853c6fdb24e9681026c1aac
7
+ data.tar.gz: 0adb81445e022772c0db59c8dc4c65d2f643d008a6324e4e204392400dbf69e7dbd8fb3515865dcf4b622a6d893d2d2d231555b88b5db1b06781a6f5e3dfc943
data/.gitignore CHANGED
@@ -18,3 +18,42 @@ spec/reports
18
18
  test/tmp
19
19
  test/version_tmp
20
20
  tmp
21
+ # .gitignore for Yeoman-Jekyll projects
22
+
23
+ # Ignore hidden folders #
24
+ # This takes care of .tmp, .sass-cache, and many others #
25
+ .*/
26
+
27
+ # Ignore OS generated files #
28
+ .DS_Store*
29
+ ehthumbs.db
30
+ Icon?
31
+ Thumbs.db
32
+
33
+ # Always-ignore files and folders #
34
+ *.diff
35
+ *.err
36
+ *.log
37
+ *.orig
38
+ *.rej
39
+ *.swn
40
+ *.swo
41
+ *.swp
42
+ ._*
43
+ *~
44
+
45
+ # Ignore packages #
46
+ *.7z
47
+ *.dmg
48
+ *.gz
49
+ *.iso
50
+ *.jar
51
+ *.rar
52
+ *.tar
53
+ *.zip
54
+
55
+ # Ignore for Yeoman-Jekyll projects #
56
+ /node_modules
57
+ /vendor/*
58
+ /dist
59
+ /.tmp
data/README.md CHANGED
@@ -18,20 +18,7 @@ gripst "(stuff|things)"
18
18
 
19
19
  ## Contributing
20
20
 
21
- 1. Fork it
22
- 2. Create your feature branch (`git checkout -b my-new-feature`)
23
- 3. Commit your changes (`git commit -am 'Add some feature'`)
24
- 4. Push to the branch (`git push origin my-new-feature`)
25
- 5. Create new Pull Request
26
-
27
-
28
- ## Tests
29
-
30
- ```
31
- git clone git@github.com:maxbeizer/gripst.git
32
- rake install
33
- rake spec
34
- ```
21
+ See [contributing.md](https://github.com/maxbeizer/gripst/blob/master/contributing.md)
35
22
 
36
23
  ## Credits
37
24
 
data/changelog.md ADDED
@@ -0,0 +1,5 @@
1
+ - 0.0.2
2
+ - add some basic housekeeping on contributing and changelog
3
+
4
+ - 0.0.1
5
+ - initial gemification complete
data/contributing.md ADDED
@@ -0,0 +1,15 @@
1
+ ## Contributing
2
+
3
+ 1. Fork it
4
+ 2. Create your feature branch (`git checkout -b my-new-feature`)
5
+ 3. Commit your changes (`git commit -am 'Add some feature'`)
6
+ 4. Push to the branch (`git push origin my-new-feature`)
7
+ 5. Create new Pull Request
8
+
9
+ ## Tests
10
+
11
+ ```
12
+ git clone git@github.com:maxbeizer/gripst.git
13
+ rake install
14
+ rake spec
15
+ ```
@@ -1,3 +1,3 @@
1
1
  module Gripst
2
- VERSION = "0.0.1"
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gripst
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Max Beizer
@@ -121,6 +121,8 @@ files:
121
121
  - README.md
122
122
  - Rakefile
123
123
  - bin/gripst
124
+ - changelog.md
125
+ - contributing.md
124
126
  - gripst.gemspec
125
127
  - lib/gripst.rb
126
128
  - lib/gripst/gripst.rb