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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/MIT-LICENSE +1 -1
  3. data/lib/penman/version.rb +1 -1
  4. metadata +8 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b955fd6a6e0b0a322f818deb0cecdd994fbe11dd
4
- data.tar.gz: 40d86541d4d6892490842a7a8dd47d1e18a1ff94
3
+ metadata.gz: 834d513b1a3c9f9708ac23e0c4c117d42fc701d0
4
+ data.tar.gz: 02b93e799683687e97b755845dc23a1f1dcad7f3
5
5
  SHA512:
6
- metadata.gz: 78bc968af2d00f22a17f892feab343c6d313872ee68cf29816106e7bbe39a4cf7dc03a7030e19f74ed81c5ed94d21bf7854378ec18abe20de31bb0353e97fb44
7
- data.tar.gz: 9e09a5a5f3ec69cb5373257e2bfdca2dcacb81450a4dd66c22bec2a89b8ec4d8f841741c058fee12df333c16a586e2e1a22c617213e24d2e57ce613179e988a1
6
+ metadata.gz: 7ec409c286273fbbbd5a7a6598c085253ad6ab9633890cfa0ac76ddad53b4912f960b3c1f7c3a44232ec6ee29abd954dd487c34a4ba0c5f3ffc1d1676e48e83c
7
+ data.tar.gz: 4b9c28078cd6ecd10ed5a26ae45b57c102b007701d2ea96165e0a3ab4ebb59bff0fab14163118f35f1924969f80edba1b59bca16982e02fd1ef5d95ca2d8a456
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2015 YOURNAME
1
+ Copyright 2015 Uken Games
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,7 +1,7 @@
1
1
  module Penman
2
2
  MAJOR = 1
3
3
  MINOR = 0
4
- PATCH = 0
4
+ PATCH = 1
5
5
 
6
6
  VERSION = [MAJOR, MINOR, PATCH].compact.join('.')
7
7
  end
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.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-03 00:00:00.000000000 Z
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: A scribe for your database and Rails project, Penman records your DB
108
- changes and produces seed files that reflect them.
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: http://uken.com
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: Tracks database changes and generates representative seed files.
156
+ summary: Track realtime database changes and turn them into seed files.
155
157
  test_files: []