domr 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/Gemfile +10 -0
  2. metadata +2 -1
data/Gemfile ADDED
@@ -0,0 +1,10 @@
1
+ source "http://rubygems.org"
2
+
3
+ gem "rake"
4
+ gem "rainbow"
5
+ gem "json"
6
+
7
+ platforms :mswin, :mingw do
8
+ gem "windows-pr"
9
+ gem "win32console"
10
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: domr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -57,6 +57,7 @@ files:
57
57
  - lib/domr.rb
58
58
  - bin/domr
59
59
  - ext/mkrf_conf.rb
60
+ - Gemfile
60
61
  - index
61
62
  homepage: http://shvelo.github.com/domr
62
63
  licenses: []