batchy 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2012 YOURNAME
1
+ Copyright 2012 Raybeam Solutions Inc.
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
@@ -1,3 +1,3 @@
1
1
  module Batchy
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
@@ -10,7 +10,7 @@ module Batchy
10
10
  self.source_paths << File.join(File.dirname(__FILE__), 'templates')
11
11
 
12
12
  def create_migration_file
13
- migration_template 'migration.rb', 'db/migrate/create_batches.rb'
13
+ migration_template 'migration.rb', 'db/migrate/create_batchy_batches.rb'
14
14
  end
15
15
  end
16
16
  end
@@ -1,4 +1,4 @@
1
- class CreateBatches < ActiveRecord::Migration
1
+ class CreateBatchyBatches < ActiveRecord::Migration
2
2
  def self.up
3
3
  create_table :batchy_batches, :force => true do |table|
4
4
  table.datetime :started_at # When the batch started
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: batchy
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.5
5
+ version: 0.0.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Bob Briski
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-03-27 00:00:00 Z
13
+ date: 2012-03-28 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activerecord
@@ -166,7 +166,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
166
166
  requirements:
167
167
  - - ">="
168
168
  - !ruby/object:Gem::Version
169
- hash: -791703872644977809
169
+ hash: 2438709295008039253
170
170
  segments:
171
171
  - 0
172
172
  version: "0"
@@ -175,7 +175,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
175
175
  requirements:
176
176
  - - ">="
177
177
  - !ruby/object:Gem::Version
178
- hash: -791703872644977809
178
+ hash: 2438709295008039253
179
179
  segments:
180
180
  - 0
181
181
  version: "0"