simple_group 0.1.0 → 0.1.1

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: a58d32b879007dadd0d2faf8571a8fb5579d7d33
4
- data.tar.gz: fb450d90ad37dc7f926e3f485c9d2d236ef86cf2
3
+ metadata.gz: 9f47630bc3ad16cf66d9aa6fb224de3cb8aa40e2
4
+ data.tar.gz: 028ca3ce3d739386e6254457910ba5d4f305d99f
5
5
  SHA512:
6
- metadata.gz: e065f746f3a84e17dd4694b67b63eeab9031b371d5105f8a32b2f30af41133a0957196e27c774953a6e23cd143b0489f9a1046112f6d262d9e3e30cf889a1cfc
7
- data.tar.gz: 2b8df34c46ffc63db95fb469ad6baad21592366d24d9624fa4a53705d62f9fa1a7f6daec4cc03c0ba1dc0b2a12b2dc11c2ac8baab035f729ef2a64edc8ae19b3
6
+ metadata.gz: 642dd9661d75bacc87f9f39e3eef6619537fcc7e2986d1d4dfcee1fc7c192a63a28c5859fb826335e89783f58e99ab9aa1ce0cf29859245fc678b43b3505a257
7
+ data.tar.gz: ddf13fe7880005e85a95bcedc51206b18acc7675b5b0fdf822581316c10008f9bd33afcc3275aa35e2d0c271c2f4b8459b8b54e1c734ba8b36124590ca992398
data/.gitignore CHANGED
@@ -6,6 +6,6 @@
6
6
  /doc/
7
7
  /pkg/
8
8
  /spec/reports/
9
- /spec/internal/logs/
9
+ /spec/internal/log/
10
10
  /tmp/
11
- *.sqlite3
11
+ *.sqlite3
data/README.md CHANGED
@@ -3,6 +3,9 @@
3
3
  simple_group gem is able to add group function to ActiveRecord.
4
4
 
5
5
  [![Build Status](https://travis-ci.org/patorash/simple_group.svg?branch=master)](https://travis-ci.org/patorash/simple_group)
6
+ [![Dependency Status](https://gemnasium.com/patorash/simple_group.svg)](https://gemnasium.com/patorash/simple_group)
7
+ [![Code Climate](https://codeclimate.com/github/patorash/simple_group/badges/gpa.svg)](https://codeclimate.com/github/patorash/simple_group)
8
+ [![Test Coverage](https://codeclimate.com/github/patorash/simple_group/badges/coverage.svg)](https://codeclimate.com/github/patorash/simple_group)
6
9
 
7
10
  ## Installation
8
11
 
@@ -24,7 +24,7 @@ module SimpleGroup
24
24
 
25
25
  def create_migration_file
26
26
  if self.class.orm_has_migration?
27
- migration_template 'migration.rb', 'db/migrate/simple_group_migration'
27
+ migration_template 'migration.rb', 'db/migrate/simple_group_migration.rb'
28
28
  end
29
29
  end
30
30
  end
@@ -1,3 +1,3 @@
1
1
  module SimpleGroup
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_group
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Toyoaki Oko
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-10 00:00:00.000000000 Z
11
+ date: 2015-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler