front_end_builds 0.2.0 → 0.2.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,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: deb6494fa7c87243c2cf1106f7f31d27a68f9e10
|
|
4
|
+
data.tar.gz: 0ee7d06cadb1af53a1a8c3cb17d3494bddf4b774
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 11df0ba3e09503049bc8c76ca2607a3bf924716739d6ffd7c055c3a2913208a19367277bf790c9af1f6c306bb444452045825a4c64e54642bfad670c5e6ad94d
|
|
7
|
+
data.tar.gz: 7e99f78c40995ce4fbd0bb568b0e6bf28b3e075bd4f642121d5a162eef36d1f51516f4f354e42e1e52360104c3acb6309995395ab0d8ce7d49acc4139e7e3dbf
|
|
@@ -2,9 +2,9 @@ class CreateFrontEndBuildsBuilds < ActiveRecord::Migration
|
|
|
2
2
|
def change
|
|
3
3
|
create_table :front_end_builds_builds do |t|
|
|
4
4
|
t.references :app
|
|
5
|
-
t.string :sha
|
|
6
|
-
t.string :job
|
|
7
|
-
t.string :branch
|
|
5
|
+
t.string :sha, limit: 191
|
|
6
|
+
t.string :job, limit: 191
|
|
7
|
+
t.string :branch, limit: 191
|
|
8
8
|
t.text :html
|
|
9
9
|
t.boolean :fetched, default: false
|
|
10
10
|
t.boolean :active, default: false
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: front_end_builds
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ryan Toronto
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2016-03-15 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: sqlite3
|