record_history 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.
metadata ADDED
@@ -0,0 +1,101 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: record_history
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Mikhail Gulin
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-02-21 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: yard
16
+ requirement: &17190158740 !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ~>
20
+ - !ruby/object:Gem::Version
21
+ version: 0.7.5
22
+ type: :development
23
+ prerelease: false
24
+ version_requirements: *17190158740
25
+ - !ruby/object:Gem::Dependency
26
+ name: redcarpet
27
+ requirement: &17190158060 !ruby/object:Gem::Requirement
28
+ none: false
29
+ requirements:
30
+ - - ~>
31
+ - !ruby/object:Gem::Version
32
+ version: '1.17'
33
+ type: :development
34
+ prerelease: false
35
+ version_requirements: *17190158060
36
+ description: ActiveRecord versioning
37
+ email:
38
+ - m.gulin@gmail.com
39
+ executables: []
40
+ extensions: []
41
+ extra_rdoc_files: []
42
+ files:
43
+ - .gitignore
44
+ - .rvmrc
45
+ - .yardoc/checksums
46
+ - .yardoc/objects/root.dat
47
+ - .yardoc/proxy_types
48
+ - .yardopts
49
+ - Gemfile
50
+ - LICENSE
51
+ - README.md
52
+ - Rakefile
53
+ - doc/CreateRecordHistories.html
54
+ - doc/RecordHistory.html
55
+ - doc/RecordHistory/InstallGenerator.html
56
+ - doc/_index.html
57
+ - doc/class_list.html
58
+ - doc/css/common.css
59
+ - doc/css/full_list.css
60
+ - doc/css/style.css
61
+ - doc/file.LICENSE.html
62
+ - doc/file.README.html
63
+ - doc/file_list.html
64
+ - doc/frames.html
65
+ - doc/index.html
66
+ - doc/js/app.js
67
+ - doc/js/full_list.js
68
+ - doc/js/jquery.js
69
+ - doc/method_list.html
70
+ - doc/top-level-namespace.html
71
+ - lib/generators/record_history/install_generator.rb
72
+ - lib/generators/record_history/templates/create_record_histories.rb
73
+ - lib/record_history.rb
74
+ - lib/record_history/version.rb
75
+ - record_history.gemspec
76
+ homepage: ''
77
+ licenses: []
78
+ post_install_message:
79
+ rdoc_options: []
80
+ require_paths:
81
+ - lib
82
+ required_ruby_version: !ruby/object:Gem::Requirement
83
+ none: false
84
+ requirements:
85
+ - - ! '>='
86
+ - !ruby/object:Gem::Version
87
+ version: '0'
88
+ required_rubygems_version: !ruby/object:Gem::Requirement
89
+ none: false
90
+ requirements:
91
+ - - ! '>='
92
+ - !ruby/object:Gem::Version
93
+ version: '0'
94
+ requirements: []
95
+ rubyforge_project: record_history
96
+ rubygems_version: 1.8.10
97
+ signing_key:
98
+ specification_version: 3
99
+ summary: ActiveRecord versioning
100
+ test_files: []
101
+ has_rdoc: