couch_rest_adapter 0.1.1 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cfc5403241fb1a9255dc2bdffdfcd28adf3254b7
4
- data.tar.gz: b93f5a093db645f00650b43e7c5d68143b76dd80
3
+ metadata.gz: 2bf012dec6d067d4a5144daceaf14bfc26382c80
4
+ data.tar.gz: 8677857029defad6d38982ff2ecb439e0afb39ce
5
5
  SHA512:
6
- metadata.gz: f7a72c34f1da276865262864334105cca4007123307028ac075cb1ccee0b81743e2ccb2762c6f6cd3ec551e2681e29df048d08aaa0319558339af67059ab78c2
7
- data.tar.gz: 10538a8ba87daedc23cb76ca7299d58cf870e2a35d734d65d624c569584bc8f60507a66b808e62de373ffc706fbfd8553932e44f86df8e4f7deab5d5666bddaf
6
+ metadata.gz: 133ec2836ad03f0a93c1fceb60b2129f40150e3ae282f2c8d324859e944ba030e89a34e44272980ce94a694d2220a93aed96909fef35378ef5bc0b3ae9fe3626
7
+ data.tar.gz: 2ddb54433b4c43631eb511470adbe1e76db88835bcdec02d61f52389f435d63382d2c4c28b3038cac2ae7cf85a66f3bc5bebb8aa3940ab6e81fcb04a300213f7
data/README.rdoc CHANGED
@@ -13,7 +13,7 @@ This project rocks and uses MIT-LICENSE.
13
13
 
14
14
  === In Gemfile
15
15
 
16
- gem 'couch_rest_adapter', git: 'https://github.com:amco/couch_rest_adapter.git'
16
+ gem 'couch_rest_adapter', git: 'git://github.com/amco/couch_rest_adapter.git'
17
17
 
18
18
  === Model Declaration
19
19
 
@@ -26,3 +26,4 @@ This project rocks and uses MIT-LICENSE.
26
26
 
27
27
  * Allow setting new attributes with ```model.attribute = value```
28
28
  * More test coverage
29
+ * Add tasks for pushing design documents
@@ -1,3 +1,3 @@
1
1
  module CouchRestAdapter
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.3"
3
3
  end
@@ -1288,3 +1288,27 @@ CouchRestAdapterTest: test_update_to_attr=_will_persist
1288
1288
  --------------------------------------------------------------
1289
1289
  CouchRestAdapterTest: test_will_add_class_underscorename_to_id
1290
1290
  --------------------------------------------------------------
1291
+ --------------------------------------------------------------
1292
+ CouchRestAdapterTest: test_attributes_are_available_as_methods
1293
+ --------------------------------------------------------------
1294
+ ---------------------------------------------------------
1295
+ CouchRestAdapterTest: test_can_not_instantiate_base_class
1296
+ ---------------------------------------------------------
1297
+ ---------------------------------------------------------
1298
+ CouchRestAdapterTest: test_find_will_work_with_partial_id
1299
+ ---------------------------------------------------------
1300
+ -------------------------------------------------------------
1301
+ CouchRestAdapterTest: test_one_can_update_existing_attributes
1302
+ -------------------------------------------------------------
1303
+ --------------------------------------------------------------------------------------------------
1304
+ CouchRestAdapterTest: test_query_all_by_type_will_return_array_of_docs_with_type_set_to_model_name
1305
+ --------------------------------------------------------------------------------------------------
1306
+ ----------------------------------------------------------------------
1307
+ CouchRestAdapterTest: test_query_all_will_bring_array_of_Foo_instances
1308
+ ----------------------------------------------------------------------
1309
+ -------------------------------------------------------
1310
+ CouchRestAdapterTest: test_update_to_attr=_will_persist
1311
+ -------------------------------------------------------
1312
+ --------------------------------------------------------------
1313
+ CouchRestAdapterTest: test_will_add_class_underscorename_to_id
1314
+ --------------------------------------------------------------
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: couch_rest_adapter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Javier Guerra
@@ -136,7 +136,7 @@ files:
136
136
  - test/dummy/README.rdoc
137
137
  - test/factories.rb
138
138
  - test/test_helper.rb
139
- homepage: https://github.com/amco/amcoid
139
+ homepage: https://github.com/amco/couch_rest_adapter
140
140
  licenses: []
141
141
  metadata: {}
142
142
  post_install_message: