mass_insert 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  module MassInsert
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/mass_insert.gemspec CHANGED
@@ -11,6 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.description = "Mass database insertion in Rails"
12
12
  spec.summary = "This gem aims to provide an easy and faster way to do single database insertions in Rails."
13
13
  spec.homepage = "https://github.com/alejandrogutierrez/mass_insert"
14
+ spec.license = "MIT"
14
15
 
15
16
  spec.files = `git ls-files`.split($/)
16
17
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mass_insert
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-08-05 00:00:00.000000000 Z
12
+ date: 2013-08-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -149,7 +149,8 @@ files:
149
149
  - spec/mass_insert_spec.rb
150
150
  - spec/spec_helper.rb
151
151
  homepage: https://github.com/alejandrogutierrez/mass_insert
152
- licenses: []
152
+ licenses:
153
+ - MIT
153
154
  post_install_message:
154
155
  rdoc_options: []
155
156
  require_paths:
@@ -162,7 +163,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
162
163
  version: '0'
163
164
  segments:
164
165
  - 0
165
- hash: -2888572193486115102
166
+ hash: 1632850921277928873
166
167
  required_rubygems_version: !ruby/object:Gem::Requirement
167
168
  none: false
168
169
  requirements:
@@ -171,7 +172,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
171
172
  version: '0'
172
173
  segments:
173
174
  - 0
174
- hash: -2888572193486115102
175
+ hash: 1632850921277928873
175
176
  requirements: []
176
177
  rubyforge_project:
177
178
  rubygems_version: 1.8.25