commity 0.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 (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +48 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 6e13d475cbe2a13696d05b18f37c3a4085b33661
4
+ data.tar.gz: 8f72fc206060f2640f2d840663eb1ee33abd2199
5
+ SHA512:
6
+ metadata.gz: 746a4715f882fc565f30bd54236e1dbb28483df39d1b53420f62f79f7b628fb48719225782dfeb0d9ec0b79e8a1e4e948f24237f60334199e8407faa3ca79d10
7
+ data.tar.gz: cc751c298d38ba50bb15eb1a0e2139df27e092477f85fc0cbf3319af1900e1e839f9f3477a94e723e085e37eacef490041bc0ae15e731e6f70b5304291af4484
metadata ADDED
@@ -0,0 +1,48 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: commity
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Matt Hodgson
8
+ - Jacob Elder
9
+ - Andrew Montalto
10
+ - Kevin Mook
11
+ autorequire:
12
+ bindir: bin
13
+ cert_chain: []
14
+ date: 2014-10-14 00:00:00.000000000 Z
15
+ dependencies: []
16
+ description: Content creation by committee
17
+ email:
18
+ - jacob@boundless.com
19
+ executables: []
20
+ extensions: []
21
+ extra_rdoc_files: []
22
+ files: []
23
+ homepage: https://github.com/GoBoundless/commity
24
+ licenses:
25
+ - MIT
26
+ metadata: {}
27
+ post_install_message:
28
+ rdoc_options: []
29
+ require_paths:
30
+ - lib
31
+ required_ruby_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ required_rubygems_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ requirements: []
42
+ rubyforge_project:
43
+ rubygems_version: 2.4.1
44
+ signing_key:
45
+ specification_version: 4
46
+ summary: An ActiveRecord extension providing Git-like behaviors for your models, but
47
+ with mutable history.
48
+ test_files: []