couch_rest_adapter 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: couch_rest_adapter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Javier Guerra
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-02 00:00:00.000000000 Z
11
+ date: 2013-08-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -100,6 +100,8 @@ files:
100
100
  - MIT-LICENSE
101
101
  - Rakefile
102
102
  - README.rdoc
103
+ - test/couch_rest_adapter/attribute_method_test.rb
104
+ - test/couch_rest_adapter/document_management_test.rb
103
105
  - test/couch_rest_adapter_test.rb
104
106
  - test/dummy/app/assets/javascripts/application.js
105
107
  - test/dummy/app/assets/stylesheets/application.css
@@ -117,7 +119,6 @@ files:
117
119
  - test/dummy/config/environments/production.rb
118
120
  - test/dummy/config/environments/test.rb
119
121
  - test/dummy/config/initializers/backtrace_silencers.rb
120
- - test/dummy/config/initializers/filter_parameter_logging.rb
121
122
  - test/dummy/config/initializers/inflections.rb
122
123
  - test/dummy/config/initializers/mime_types.rb
123
124
  - test/dummy/config/initializers/secret_token.rb
@@ -137,7 +138,8 @@ files:
137
138
  - test/factories.rb
138
139
  - test/test_helper.rb
139
140
  homepage: https://github.com/amco/couch_rest_adapter
140
- licenses: []
141
+ licenses:
142
+ - MIT
141
143
  metadata: {}
142
144
  post_install_message:
143
145
  rdoc_options: []
@@ -160,6 +162,8 @@ signing_key:
160
162
  specification_version: 4
161
163
  summary: Simple couchrest adapter.
162
164
  test_files:
165
+ - test/couch_rest_adapter/attribute_method_test.rb
166
+ - test/couch_rest_adapter/document_management_test.rb
163
167
  - test/couch_rest_adapter_test.rb
164
168
  - test/dummy/app/assets/javascripts/application.js
165
169
  - test/dummy/app/assets/stylesheets/application.css
@@ -177,7 +181,6 @@ test_files:
177
181
  - test/dummy/config/environments/production.rb
178
182
  - test/dummy/config/environments/test.rb
179
183
  - test/dummy/config/initializers/backtrace_silencers.rb
180
- - test/dummy/config/initializers/filter_parameter_logging.rb
181
184
  - test/dummy/config/initializers/inflections.rb
182
185
  - test/dummy/config/initializers/mime_types.rb
183
186
  - test/dummy/config/initializers/secret_token.rb
@@ -1,4 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Configure sensitive parameters which will be filtered from the log file.
4
- Rails.application.config.filter_parameters += [:password]