penmig 0.2.8 → 0.2.8.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.
checksums.yaml CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: dea680b556a3dbc4f7ecad7925fed7ca993a2dee
4
- data.tar.gz: c4de92a02b29d82efa801c262508c186f6a30e14
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ YTFmNzMzYmEwNTBiNTkwNmViMmVhODc2OWE5Y2JlODdlZjU4NWUwMw==
5
+ data.tar.gz: !binary |-
6
+ Yzc4MjAyMTAyYTVjZmRiNzliMTZhM2FiZDM0YjU2MWU5ODA4ZjI2ZQ==
5
7
  SHA512:
6
- metadata.gz: d2414d728fb99a1e3cc6398381d2e174accc33a0edcf750e84087caebd3c69fe1444245ecb3d9faa060ad2b98b65f7ea25781042c1a48cc0c90fa56c10cd026d
7
- data.tar.gz: 924029580b1176b3dfffed80891611f4a5cb8b52e050eaece75afb3cfea114cd22eccf99717201d3910c8d3c138402c3b0214b367fcc318cac5b5c6283959553
8
+ metadata.gz: !binary |-
9
+ YjY1NzI5MWY5NDI0MzVkMjJjMmZlM2Q4NmZjYWU1YWMwMDdlZjViODdhYzVk
10
+ MzA1ZjEwZWVmN2Q2YzExY2Y5Y2I5NTQxOGEwM2Y4ODc1NTc0MDM5MzdmZWYx
11
+ NTgwMDE5YmYxYzdjZTFiOGZjNGE0YTgwYjE3YjZkMTQ2YjA5ZDg=
12
+ data.tar.gz: !binary |-
13
+ NzkwZjFhOGViYmNmYzEwZjdmYmRmMGE2YmY4YmQxMWY5YmQxZTEwOWIwZTFj
14
+ OWY0ZjkwODI5NWQzMGNjYTJiMTIwYTRhOTY4NzFhZGQ4M2I3NWQwMTgwYTBk
15
+ M2EzZDVmYTY2NDRjYjA1NWQ4NDNhMTdiZWE3ODQzNGYzOWQ1ZmE=
@@ -3,6 +3,8 @@
3
3
  #IMPORTANT: DO NOT CHANGE THE RAILS_ENV TO production or test
4
4
  # please keep this file as it is
5
5
  # if you want to remove the file then run rails d pen-mig
6
+ require 'rake'
7
+
6
8
  if ENV['RAILS_ENV'] =='development'
7
9
  Rails.application.load_tasks
8
10
  Rake::Task['db:migrate'].invoke
@@ -1,3 +1,3 @@
1
1
  module Penmig
2
- VERSION = "0.2.8"
2
+ VERSION = "0.2.8.1"
3
3
  end
metadata CHANGED
@@ -1,36 +1,36 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: penmig
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.8
4
+ version: 0.2.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anoob Bava
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-17 00:00:00.000000000 Z
11
+ date: 2017-10-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: '3.1'
20
- - - ">="
20
+ - - ! '>='
21
21
  - !ruby/object:Gem::Version
22
22
  version: 3.1.0
23
23
  type: :development
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
- - - "~>"
27
+ - - ~>
28
28
  - !ruby/object:Gem::Version
29
29
  version: '3.1'
30
- - - ">="
30
+ - - ! '>='
31
31
  - !ruby/object:Gem::Version
32
32
  version: 3.1.0
33
- description: " This gem do all the pending migrations when starts your rails server
33
+ description: ! " This gem do all the pending migrations when starts your rails server
34
34
  \n Dev mode."
35
35
  email:
36
36
  - anoob.bava@gmail.com
@@ -55,12 +55,12 @@ require_paths:
55
55
  - lib
56
56
  required_ruby_version: !ruby/object:Gem::Requirement
57
57
  requirements:
58
- - - ">="
58
+ - - ! '>='
59
59
  - !ruby/object:Gem::Version
60
60
  version: 1.9.3
61
61
  required_rubygems_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
- - - ">="
63
+ - - ! '>='
64
64
  - !ruby/object:Gem::Version
65
65
  version: '0'
66
66
  requirements: []