hexx-domains 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 32802d6db7b53df60579b5526594331db3e4f357
4
- data.tar.gz: efa275d659dedd747aaaa49ee6ea4094cbb4df14
3
+ metadata.gz: 25f33d1b846d1b2e3054c9ce56f1df8684669190
4
+ data.tar.gz: d8e7caa6fa94271835e9bc1e78e11c20d8314ea7
5
5
  SHA512:
6
- metadata.gz: 9ee5dc5a969589805ced26b4dfec70b38dcb4d9cf6962e5491ded330daead04337241990e34b0fc0af098361ac041d9a69ff2319aab062d0fe466ed274ba9ba5
7
- data.tar.gz: 12ca0732a4d85d6cbeae984be36f05d1b028f6b54cc1acc4c8d8d507a0da1045b95e8b5a8669961cdb19a254591eef43547e15e23de11ea1f2f9f7aa3afae831
6
+ metadata.gz: e489b67838e685a74d4c5ff02fcef2c45d9a328449ac28bc659c70aa473ff4add59b1998bf23ca46a6b23744c0543b7caad23bbf66bddd8a9a94e341e96c811f
7
+ data.tar.gz: aef1fa25d044e74e51ebea9dc5249eee48c9dd6d51b289b570c30702112b0c71eccbf80244fc79d69e8aa6f0163f315cdd00ed4081168b5a77a37752a5137fd3
@@ -167,12 +167,25 @@ module Hexx
167
167
  def rubies
168
168
  {
169
169
  "1.9" => [
170
- "1.9.3", "ruby-head",
171
- "rbx-2 --1.9", "rbx-2 --2.0",
172
- "jruby-1.7-19mode", "jruby-head-21mode"
170
+ "'1.9.3'", "'2.2'", "ruby-head",
171
+ "rbx-2 --1.9", "rbx-2 --2.2",
172
+ "jruby-1.7-19mode", "jruby-9.0.0.0.pre2", "jruby-head"
173
173
  ],
174
- "2.0" => ["2.0", "ruby-head", "rbx-2 --2.0", "jruby-head-20mode"],
175
- "2.1" => ["2.1", "ruby-head", "rbx-2 --2.0", "jruby-head-21mode"]
174
+ "2.0" => [
175
+ "'2.0'", "'2.2'", "ruby-head",
176
+ "rbx-2 --2.0", "rbx-2 --2.2",
177
+ "jruby-9.0.0.0.pre2", "jruby-head"
178
+ ],
179
+ "2.1" => [
180
+ "'2.1'", "'2.1'", "ruby-head",
181
+ "rbx-2 --2.1", "rbx-2 --2.2",
182
+ "jruby-9.0.0.0.pre2", "jruby-head"
183
+ ],
184
+ "2.2" => [
185
+ "'2.2'", "ruby-head",
186
+ "rbx-2 --2.2",
187
+ "jruby-9.0.0.0.pre2", "jruby-head"
188
+ ]
176
189
  }[ruby]
177
190
  end
178
191
 
@@ -57,15 +57,13 @@ Uses [RSpec] 3.0+ for testing and [hexx-suit] for dev/test tools collection.
57
57
  Contributing
58
58
  ------------
59
59
 
60
- * Fork the project.
61
- * Read the [STYLEGUIDE](config/metrics/STYLEGUIDE).
62
- * Make your feature addition or bug fix.
63
- * Add tests for it. This is important so I don't break it in a
64
- future version unintentionally.
65
- * Commit, do not mess with Rakefile or version
66
- (if you want to have your own version, that is fine but bump version
67
- in a commit by itself I can ignore when I pull)
68
- * Send me a pull request. Bonus points for topic branches.
60
+ * Read the [STYLEGUIDE](config/metrics/STYLEGUIDE)
61
+ * [Fork the project](https://github.com/<%= user %>/<%= project.file %>)
62
+ * Create your feature branch (`git checkout -b my-new-feature`)
63
+ * Add tests for it
64
+ * Commit your changes (`git commit -am '[UPDATE] Add some feature'`)
65
+ * Push to the branch (`git push origin my-new-feature`)
66
+ * Create a new Pull Request
69
67
 
70
68
  License
71
69
  -------
@@ -6,7 +6,7 @@ module Hexx
6
6
 
7
7
  # The semantic version of the module.
8
8
  # @see http://semver.org/ Semantic versioning 2.0
9
- VERSION = "0.0.4".freeze
9
+ VERSION = "0.0.5".freeze
10
10
 
11
11
  end # module Domains
12
12
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hexx-domains
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kozin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-18 00:00:00.000000000 Z
11
+ date: 2015-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hexx-cli