mandy 0.4.95 → 0.4.96

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/geminstaller.yml +4 -0
  2. metadata +2 -1
data/geminstaller.yml ADDED
@@ -0,0 +1,4 @@
1
+ gems:
2
+ - name: mandy
3
+ install_options: --source http://gemcutter.org
4
+ version: =<%= File.read(File.expand_path(File.join(File.dirname(__FILE__),'VERSION')))%>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mandy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.95
4
+ version: 0.4.96
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Kent
@@ -62,6 +62,7 @@ files:
62
62
  - readme.md
63
63
  - Rakefile
64
64
  - bootstrap.rb
65
+ - geminstaller.yml
65
66
  - lib/mandy.rb
66
67
  - lib/support/tuple.rb
67
68
  - lib/support/formatting.rb