active_record_date_formatted 0.0.8 → 0.0.9

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f991af11095bec503a41b9fa2a4878cf71d1f2cc
4
- data.tar.gz: 3d89165fb84272b49bfcaed7a274451a284bf35b
3
+ metadata.gz: d2b234b5c8725e6d5675fcb05509d9d11212425d
4
+ data.tar.gz: feee68c444618196e1ae2b5239d19d9c3cf494a9
5
5
  SHA512:
6
- metadata.gz: fbf96b27f6058ce58f6b7f7d3551f3e3c3cfd61f6b566a851675152ce96c8545c1ba362ae4724780a39c07b317883d593d8041d860b9852b896343bf67240d66
7
- data.tar.gz: e1429508768c1cc223456b598e0c9c4ab77674b7df5e3afb6a6a5f93f799f9807dd63808b8cbcffa3c93ea6042027be069fd155d2b55c8d04f3bce96ed685eb1
6
+ metadata.gz: 70f0765dd38c63756030be565b7e3eee2861f78bd6fbd2965a50b5ab5c92690b071940c7a8779317c82058157414c66ff93235ec53473a00685d36c1117773f1
7
+ data.tar.gz: ba5df7c032a535acebac55203862aa0aca6f6280c2cc731fbefc1dfd7a2e8f9c3d9b2c5714a5889d39fddd4ec8bcd886c0d83ecb4263443b5e4f6e1e78107060
@@ -1,3 +1,3 @@
1
1
  module ActiveRecordDateFormatted
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
@@ -178,3 +178,46 @@ ActiveRecordDateFormattedTest: test_date_formatted_getter_german
178
178
  Person Load (0.0ms) SELECT "people".* FROM "people" ORDER BY "people"."id" ASC LIMIT 1
179
179
  Person Load (0.0ms) SELECT "people".* FROM "people" ORDER BY "people"."id" ASC LIMIT 1
180
180
   (0.3ms) rollback transaction
181
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
182
+  (0.1ms) begin transaction
183
+ --------------------------------------------------
184
+ ActiveRecordDateFormattedTest: test_module_defined
185
+ --------------------------------------------------
186
+  (0.0ms) SAVEPOINT active_record_1
187
+ SQL (0.9ms) INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?) [["birth_date", "1971-02-18"], ["created_at", "2016-06-25 13:18:35.005542"], ["updated_at", "2016-06-25 13:18:35.005542"]]
188
+  (0.0ms) RELEASE SAVEPOINT active_record_1
189
+  (0.5ms) rollback transaction
190
+  (0.0ms) begin transaction
191
+ ----------------------------------------------------------------
192
+ ActiveRecordDateFormattedTest: test_date_formatted_setter_german
193
+ ----------------------------------------------------------------
194
+  (0.0ms) SAVEPOINT active_record_1
195
+ SQL (0.1ms) INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?) [["birth_date", "1971-02-18"], ["created_at", "2016-06-25 13:18:35.010559"], ["updated_at", "2016-06-25 13:18:35.010559"]]
196
+  (0.0ms) RELEASE SAVEPOINT active_record_1
197
+ Person Load (0.1ms) SELECT "people".* FROM "people" ORDER BY "people"."id" ASC LIMIT 1
198
+  (0.0ms) SAVEPOINT active_record_1
199
+ SQL (1.0ms) UPDATE "people" SET "birth_date" = ?, "updated_at" = ? WHERE "people"."id" = ? [["birth_date", "1971-02-24"], ["updated_at", "2016-06-25 13:18:35.012765"], ["id", 1]]
200
+  (0.0ms) RELEASE SAVEPOINT active_record_1
201
+ Person Load (0.1ms) SELECT "people".* FROM "people" ORDER BY "people"."id" ASC LIMIT 1
202
+ Person Load (0.0ms) SELECT "people".* FROM "people" ORDER BY "people"."id" ASC LIMIT 1
203
+  (0.8ms) rollback transaction
204
+  (0.0ms) begin transaction
205
+ ----------------------------------------------------------------
206
+ ActiveRecordDateFormattedTest: test_date_formatted_getter_german
207
+ ----------------------------------------------------------------
208
+  (0.0ms) SAVEPOINT active_record_1
209
+ SQL (0.2ms) INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?) [["birth_date", "1971-02-18"], ["created_at", "2016-06-25 13:18:35.020900"], ["updated_at", "2016-06-25 13:18:35.020900"]]
210
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211
+ Person Load (0.1ms) SELECT "people".* FROM "people" ORDER BY "people"."id" ASC LIMIT 1
212
+ Person Load (0.0ms) SELECT "people".* FROM "people" ORDER BY "people"."id" ASC LIMIT 1
213
+  (0.4ms) rollback transaction
214
+  (0.0ms) begin transaction
215
+ ---------------------------------------------------------
216
+ ActiveRecordDateFormattedTest: test_date_formatted_getter
217
+ ---------------------------------------------------------
218
+  (0.0ms) SAVEPOINT active_record_1
219
+ SQL (0.1ms) INSERT INTO "people" ("birth_date", "created_at", "updated_at") VALUES (?, ?, ?) [["birth_date", "1971-02-18"], ["created_at", "2016-06-25 13:18:35.023446"], ["updated_at", "2016-06-25 13:18:35.023446"]]
220
+  (0.0ms) RELEASE SAVEPOINT active_record_1
221
+ Person Load (0.1ms) SELECT "people".* FROM "people" ORDER BY "people"."id" ASC LIMIT 1
222
+ Person Load (0.0ms) SELECT "people".* FROM "people" ORDER BY "people"."id" ASC LIMIT 1
223
+  (0.2ms) rollback transaction
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_record_date_formatted
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Jancev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-03 00:00:00.000000000 Z
11
+ date: 2016-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -179,3 +179,4 @@ test_files:
179
179
  - test/dummy/test/fixtures/people.yml
180
180
  - test/dummy/test/models/person_test.rb
181
181
  - test/test_helper.rb
182
+ has_rdoc: