mongoid_versioned_atomic 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/MIT-LICENSE +20 -0
- data/Rakefile +34 -0
- data/lib/mongoid_versioned_atomic.rb +4 -0
- data/lib/mongoid_versioned_atomic/v_atomic.rb +336 -0
- data/lib/mongoid_versioned_atomic/version.rb +3 -0
- data/lib/tasks/mongoid_versioned_atomic_tasks.rake +4 -0
- data/test/dummy/README.rdoc +28 -0
- data/test/dummy/Rakefile +6 -0
- data/test/dummy/app/assets/images/facebook.png +0 -0
- data/test/dummy/app/assets/images/keratoscope.jpg +0 -0
- data/test/dummy/app/assets/javascripts/application.js +13 -0
- data/test/dummy/app/assets/stylesheets/application.css +15 -0
- data/test/dummy/app/controllers/application_controller.rb +5 -0
- data/test/dummy/app/helpers/application_helper.rb +2 -0
- data/test/dummy/app/models/entry.rb +11 -0
- data/test/dummy/app/models/thing.rb +5 -0
- data/test/dummy/app/models/user.rb +51 -0
- data/test/dummy/app/views/layouts/application.html.erb +14 -0
- data/test/dummy/bin/bundle +3 -0
- data/test/dummy/bin/rails +4 -0
- data/test/dummy/bin/rake +4 -0
- data/test/dummy/bin/setup +29 -0
- data/test/dummy/config.ru +4 -0
- data/test/dummy/config/application.rb +29 -0
- data/test/dummy/config/boot.rb +5 -0
- data/test/dummy/config/environment.rb +5 -0
- data/test/dummy/config/environments/development.rb +38 -0
- data/test/dummy/config/environments/production.rb +76 -0
- data/test/dummy/config/environments/test.rb +42 -0
- data/test/dummy/config/initializers/assets.rb +11 -0
- data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
- data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
- data/test/dummy/config/initializers/inflections.rb +16 -0
- data/test/dummy/config/initializers/mime_types.rb +4 -0
- data/test/dummy/config/initializers/session_store.rb +3 -0
- data/test/dummy/config/initializers/wrap_parameters.rb +9 -0
- data/test/dummy/config/locales/en.yml +23 -0
- data/test/dummy/config/mongoid.yml +137 -0
- data/test/dummy/config/routes.rb +56 -0
- data/test/dummy/config/secrets.yml +22 -0
- data/test/dummy/log/development.log +21 -0
- data/test/dummy/log/test.log +21976 -0
- data/test/dummy/public/404.html +67 -0
- data/test/dummy/public/422.html +67 -0
- data/test/dummy/public/500.html +66 -0
- data/test/dummy/public/favicon.ico +0 -0
- data/test/dummy/test/fixtures/users.yml +9 -0
- data/test/dummy/test/models/user_test.rb +7 -0
- data/test/mongoid_versioned_atomic_test.rb +7 -0
- data/test/test_helper.rb +19 -0
- data/test/v_atomic_test.rb +569 -0
- metadata +212 -0
metadata
ADDED
@@ -0,0 +1,212 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: mongoid_versioned_atomic
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- greatmanta111
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2017-12-31 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: rake
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - '='
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: 11.2.2
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - '='
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: 11.2.2
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: rails
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: 4.2.4
|
34
|
+
type: :runtime
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: 4.2.4
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: mongoid
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - "~>"
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: 5.0.1
|
48
|
+
type: :runtime
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - "~>"
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: 5.0.1
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: mongoid-paperclip
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - ">="
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '0'
|
62
|
+
type: :runtime
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - ">="
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '0'
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: aws-sdk
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - "~>"
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: '2'
|
76
|
+
type: :runtime
|
77
|
+
prerelease: false
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - "~>"
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: '2'
|
83
|
+
description: coming soon.
|
84
|
+
email:
|
85
|
+
- bhargav.r.raut@gmail.com
|
86
|
+
executables: []
|
87
|
+
extensions: []
|
88
|
+
extra_rdoc_files: []
|
89
|
+
files:
|
90
|
+
- MIT-LICENSE
|
91
|
+
- Rakefile
|
92
|
+
- lib/mongoid_versioned_atomic.rb
|
93
|
+
- lib/mongoid_versioned_atomic/v_atomic.rb
|
94
|
+
- lib/mongoid_versioned_atomic/version.rb
|
95
|
+
- lib/tasks/mongoid_versioned_atomic_tasks.rake
|
96
|
+
- test/dummy/README.rdoc
|
97
|
+
- test/dummy/Rakefile
|
98
|
+
- test/dummy/app/assets/images/facebook.png
|
99
|
+
- test/dummy/app/assets/images/keratoscope.jpg
|
100
|
+
- test/dummy/app/assets/javascripts/application.js
|
101
|
+
- test/dummy/app/assets/stylesheets/application.css
|
102
|
+
- test/dummy/app/controllers/application_controller.rb
|
103
|
+
- test/dummy/app/helpers/application_helper.rb
|
104
|
+
- test/dummy/app/models/entry.rb
|
105
|
+
- test/dummy/app/models/thing.rb
|
106
|
+
- test/dummy/app/models/user.rb
|
107
|
+
- test/dummy/app/views/layouts/application.html.erb
|
108
|
+
- test/dummy/bin/bundle
|
109
|
+
- test/dummy/bin/rails
|
110
|
+
- test/dummy/bin/rake
|
111
|
+
- test/dummy/bin/setup
|
112
|
+
- test/dummy/config.ru
|
113
|
+
- test/dummy/config/application.rb
|
114
|
+
- test/dummy/config/boot.rb
|
115
|
+
- test/dummy/config/environment.rb
|
116
|
+
- test/dummy/config/environments/development.rb
|
117
|
+
- test/dummy/config/environments/production.rb
|
118
|
+
- test/dummy/config/environments/test.rb
|
119
|
+
- test/dummy/config/initializers/assets.rb
|
120
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
121
|
+
- test/dummy/config/initializers/cookies_serializer.rb
|
122
|
+
- test/dummy/config/initializers/filter_parameter_logging.rb
|
123
|
+
- test/dummy/config/initializers/inflections.rb
|
124
|
+
- test/dummy/config/initializers/mime_types.rb
|
125
|
+
- test/dummy/config/initializers/session_store.rb
|
126
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
127
|
+
- test/dummy/config/locales/en.yml
|
128
|
+
- test/dummy/config/mongoid.yml
|
129
|
+
- test/dummy/config/routes.rb
|
130
|
+
- test/dummy/config/secrets.yml
|
131
|
+
- test/dummy/log/development.log
|
132
|
+
- test/dummy/log/test.log
|
133
|
+
- test/dummy/public/404.html
|
134
|
+
- test/dummy/public/422.html
|
135
|
+
- test/dummy/public/500.html
|
136
|
+
- test/dummy/public/favicon.ico
|
137
|
+
- test/dummy/test/fixtures/users.yml
|
138
|
+
- test/dummy/test/models/user_test.rb
|
139
|
+
- test/mongoid_versioned_atomic_test.rb
|
140
|
+
- test/test_helper.rb
|
141
|
+
- test/v_atomic_test.rb
|
142
|
+
homepage: http://www.github.com/wordjelly
|
143
|
+
licenses:
|
144
|
+
- MIT
|
145
|
+
metadata: {}
|
146
|
+
post_install_message:
|
147
|
+
rdoc_options: []
|
148
|
+
require_paths:
|
149
|
+
- lib
|
150
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
151
|
+
requirements:
|
152
|
+
- - ">="
|
153
|
+
- !ruby/object:Gem::Version
|
154
|
+
version: '0'
|
155
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
156
|
+
requirements:
|
157
|
+
- - ">="
|
158
|
+
- !ruby/object:Gem::Version
|
159
|
+
version: '0'
|
160
|
+
requirements: []
|
161
|
+
rubyforge_project:
|
162
|
+
rubygems_version: 2.2.5
|
163
|
+
signing_key:
|
164
|
+
specification_version: 4
|
165
|
+
summary: Adds atomic versioning support to mongoid
|
166
|
+
test_files:
|
167
|
+
- test/v_atomic_test.rb
|
168
|
+
- test/test_helper.rb
|
169
|
+
- test/mongoid_versioned_atomic_test.rb
|
170
|
+
- test/dummy/app/assets/images/keratoscope.jpg
|
171
|
+
- test/dummy/app/assets/images/facebook.png
|
172
|
+
- test/dummy/app/assets/javascripts/application.js
|
173
|
+
- test/dummy/app/assets/stylesheets/application.css
|
174
|
+
- test/dummy/app/models/thing.rb
|
175
|
+
- test/dummy/app/models/entry.rb
|
176
|
+
- test/dummy/app/models/user.rb
|
177
|
+
- test/dummy/app/views/layouts/application.html.erb
|
178
|
+
- test/dummy/app/helpers/application_helper.rb
|
179
|
+
- test/dummy/app/controllers/application_controller.rb
|
180
|
+
- test/dummy/bin/rake
|
181
|
+
- test/dummy/bin/setup
|
182
|
+
- test/dummy/bin/bundle
|
183
|
+
- test/dummy/bin/rails
|
184
|
+
- test/dummy/public/422.html
|
185
|
+
- test/dummy/public/500.html
|
186
|
+
- test/dummy/public/404.html
|
187
|
+
- test/dummy/public/favicon.ico
|
188
|
+
- test/dummy/README.rdoc
|
189
|
+
- test/dummy/log/test.log
|
190
|
+
- test/dummy/log/development.log
|
191
|
+
- test/dummy/config/environments/test.rb
|
192
|
+
- test/dummy/config/environments/production.rb
|
193
|
+
- test/dummy/config/environments/development.rb
|
194
|
+
- test/dummy/config/initializers/mime_types.rb
|
195
|
+
- test/dummy/config/initializers/session_store.rb
|
196
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
197
|
+
- test/dummy/config/initializers/inflections.rb
|
198
|
+
- test/dummy/config/initializers/filter_parameter_logging.rb
|
199
|
+
- test/dummy/config/initializers/cookies_serializer.rb
|
200
|
+
- test/dummy/config/initializers/assets.rb
|
201
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
202
|
+
- test/dummy/config/boot.rb
|
203
|
+
- test/dummy/config/application.rb
|
204
|
+
- test/dummy/config/environment.rb
|
205
|
+
- test/dummy/config/locales/en.yml
|
206
|
+
- test/dummy/config/mongoid.yml
|
207
|
+
- test/dummy/config/secrets.yml
|
208
|
+
- test/dummy/config/routes.rb
|
209
|
+
- test/dummy/test/models/user_test.rb
|
210
|
+
- test/dummy/test/fixtures/users.yml
|
211
|
+
- test/dummy/Rakefile
|
212
|
+
- test/dummy/config.ru
|