sdoc-helpers 0.1.1 → 0.1.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.
@@ -14,7 +14,7 @@ namespace :pages do
14
14
  task :publish => [ :check_dirty, :rerdoc ] do
15
15
  `git checkout gh-pages`
16
16
  `ls -1 | grep -v docs | xargs rm -rf; mv docs/* .; rm -rf docs`
17
- `git commit -a -m "update docs"; git push origin gh-pages`
17
+ `git add .; git commit -m "update docs"; git push origin gh-pages`
18
18
  `git checkout master`
19
19
  puts :done
20
20
  end
@@ -1,3 +1,3 @@
1
1
  module SDocHelpers
2
- Version = '0.1.1'
2
+ Version = '0.1.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sdoc-helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Wanstrath