rachinations 0.0.1 → 0.0.2

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: 5bd962b3b335b5820974f83f65110cdb5c322e36
4
- data.tar.gz: 16bd1cd9a661aaac83f2d0532898da95d60cd587
3
+ metadata.gz: 760155c227543c780d0ce31b94b0f3f7ac2f287d
4
+ data.tar.gz: ef961b92ed034f84795ab44a32eebbbaadd3ccda
5
5
  SHA512:
6
- metadata.gz: cb22e2caebc4211a0d323d5ffa4e967fb777c260fa63e4e4a8b51024d57519066e989616f928cc67830539c17cabf29d79918380f9e60050caa71f52e8a24f0e
7
- data.tar.gz: 0f7bb8b7800dd390de9a51523a5cbc627bb6fdc7c3404be4e66b90e8a321aad756b3b9afadfe778c73f322af57560b3d6fb5c38a357be663b7361ae26f9e10f7
6
+ metadata.gz: 870ef895b064df8bb9c42304f076f8385405cc63bab61bd7c4c634cfb2baecf0c11e55541c2cb8c3f9a463b876fd210000e0957e206a125eee35870c9708eb35
7
+ data.tar.gz: 362d1cb7f3a10c540c6188d425f289bb74db600f6da9f2af5c145c6c486311bbbfb51217d544cc312e14ddac5106225c2d80461d15016729ec00a4b7ddbaf23f
data/.gitignore CHANGED
@@ -4,3 +4,5 @@ coverage
4
4
  testing/coverage
5
5
  .yardoc/
6
6
  doc/
7
+ pkg
8
+ *.gem
data/Gemfile.lock CHANGED
@@ -3,7 +3,7 @@ PATH
3
3
  specs:
4
4
  rachinations (0.0.1)
5
5
  activesupport (= 3.0.0)
6
- i18n
6
+ i18n (= 0.6.11)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -3,6 +3,7 @@ rachinations
3
3
  [![Build Status](https://travis-ci.org/queirozfcom/rachinations.svg?branch=master)](https://travis-ci.org/queirozfcom/rachinations?branch=master)
4
4
  [![Code Climate](https://codeclimate.com/github/queirozfcom/rachinations.png)](https://codeclimate.com/github/queirozfcom/rachinations)
5
5
  [![Coverage Status](https://coveralls.io/repos/queirozfcom/rachinations/badge.png?branch=master)](https://coveralls.io/r/queirozfcom/rachinations?branch=master)
6
+ [![Gem Version](https://badge.fury.io/rb/rachinations.svg)](http://badge.fury.io/rb/rachinations)
6
7
 
7
8
  ### Introduction
8
9
 
@@ -1,3 +1,3 @@
1
1
  module Rachinations
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/rachinations.gemspec CHANGED
@@ -30,6 +30,6 @@ design and also test tentative game designs and/or prototypes}
30
30
  spec.add_development_dependency "coveralls"
31
31
 
32
32
  spec.add_dependency "activesupport","3.0.0"
33
- spec.add_dependency "i18n"
33
+ spec.add_dependency "i18n","0.6.11"
34
34
 
35
35
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rachinations
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felipe Almeida
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-22 00:00:00.000000000 Z
11
+ date: 2014-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -126,16 +126,16 @@ dependencies:
126
126
  name: i18n
127
127
  requirement: !ruby/object:Gem::Requirement
128
128
  requirements:
129
- - - ">="
129
+ - - '='
130
130
  - !ruby/object:Gem::Version
131
- version: '0'
131
+ version: 0.6.11
132
132
  type: :runtime
133
133
  prerelease: false
134
134
  version_requirements: !ruby/object:Gem::Requirement
135
135
  requirements:
136
- - - ">="
136
+ - - '='
137
137
  - !ruby/object:Gem::Version
138
- version: '0'
138
+ version: 0.6.11
139
139
  description: |-
140
140
  This project provides a Ruby-based DSL to enable game designers to
141
141
  design and also test tentative game designs and/or prototypes