geoffrey 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -2,5 +2,5 @@ pkg/*
2
2
  *.gem
3
3
  .bundle
4
4
  .yardoc
5
- doc
6
- log
5
+ site
6
+ log
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- geoffrey (0.1.2)
4
+ geoffrey (0.1.3)
5
5
  plist4r
6
6
  progressbar
7
7
  thor
data/Rakefile CHANGED
@@ -10,5 +10,13 @@ end
10
10
 
11
11
  desc "Generate docs"
12
12
  task :docs do
13
- puts `bundle exec yardoc 'lib/**/*.rb'`
13
+ puts `bundle exec yardoc -o ./site/docs`
14
14
  end
15
+
16
+ desc "Generate and publish docs"
17
+ task :publish_docs => :docs do
18
+ puts `cd site ; git add --all ; git commit -m 'Updated docs to #{Geoffrey::VERSION}' ; git push origin gh-pages`
19
+ end
20
+
21
+ desc "Build new version and push docs"
22
+ task :ship_this_shit => [:release,:publish_docs]
@@ -1,3 +1,3 @@
1
1
  module Geoffrey
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 2
9
- version: 0.1.2
8
+ - 3
9
+ version: 0.1.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Albert Llop