penman 1.0.0 → 1.0.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 +4 -4
- data/MIT-LICENSE +1 -1
- data/lib/penman/version.rb +1 -1
- metadata +8 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 834d513b1a3c9f9708ac23e0c4c117d42fc701d0
|
4
|
+
data.tar.gz: 02b93e799683687e97b755845dc23a1f1dcad7f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ec409c286273fbbbd5a7a6598c085253ad6ab9633890cfa0ac76ddad53b4912f960b3c1f7c3a44232ec6ee29abd954dd487c34a4ba0c5f3ffc1d1676e48e83c
|
7
|
+
data.tar.gz: 4b9c28078cd6ecd10ed5a26ae45b57c102b007701d2ea96165e0a3ab4ebb59bff0fab14163118f35f1924969f80edba1b59bca16982e02fd1ef5d95ca2d8a456
|
data/MIT-LICENSE
CHANGED
data/lib/penman/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: penman
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mat Pataki
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-08-
|
11
|
+
date: 2016-08-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -104,8 +104,10 @@ dependencies:
|
|
104
104
|
- - ">="
|
105
105
|
- !ruby/object:Gem::Version
|
106
106
|
version: 1.5.1
|
107
|
-
description:
|
108
|
-
changes
|
107
|
+
description: This project is a highly configurable rails engine that provides means
|
108
|
+
to track database changes in realtime for models that you're interested in, when
|
109
|
+
you're interested in them. Once recorded, Penman can produce seed / migration files
|
110
|
+
that reflect these changes, allowing you to propagate them to other environments.
|
109
111
|
email:
|
110
112
|
- matpataki@gmail.com
|
111
113
|
executables: []
|
@@ -128,7 +130,7 @@ files:
|
|
128
130
|
- lib/penman/version.rb
|
129
131
|
- lib/tasks/penman_tasks.rake
|
130
132
|
- lib/templates/default.rb.erb
|
131
|
-
homepage:
|
133
|
+
homepage: https://github.com/uken/penman
|
132
134
|
licenses:
|
133
135
|
- MIT
|
134
136
|
metadata: {}
|
@@ -151,5 +153,5 @@ rubyforge_project:
|
|
151
153
|
rubygems_version: 2.6.3
|
152
154
|
signing_key:
|
153
155
|
specification_version: 4
|
154
|
-
summary:
|
156
|
+
summary: Track realtime database changes and turn them into seed files.
|
155
157
|
test_files: []
|