grape-transformations 0.0.3 → 0.0.4
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d38422956a4a4ea6baad7ff505d3e78dff2339f6
|
4
|
+
data.tar.gz: 14c7a4c4952034113133df9c2381deb9bdb16a11
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0731beebe8273f0dbfc683196736de182765630e33df7b21aae7ecfbf1e6093468088c53fedaf84ebf2ba958fa2bb79dfcec91fcb257b85e59fbb63c16ec9e93
|
7
|
+
data.tar.gz: c683cb2b12ed26f75c3b0a267aa295d4a5dd5063d29ae92d28fabb4c1167892bb2ce0f64ecee72864b4fe561fe4fb130b4718cea06429571913905080219f4e7
|
data/spec/spec_helper.rb
CHANGED
@@ -46,7 +46,7 @@ RSpec.configure do |config|
|
|
46
46
|
|
47
47
|
config.after(:suite) do
|
48
48
|
# Removes the tests directory used for generators testing
|
49
|
-
File.join File.expand_path("../", __FILE__), "/tmp/tests"
|
49
|
+
FileUtils.rm_rf File.join File.expand_path("../", __FILE__), "/tmp/tests"
|
50
50
|
end
|
51
51
|
|
52
52
|
config.include RSpec::Rails::RequestExampleGroup, type: :request, parent_example_group: { file_path: /spec\/api/ }
|
@@ -596,3 +596,39 @@ Started GET "/api/v1/users/0" for 127.0.0.1 at 2014-11-20 18:56:10 -0500
|
|
596
596
|
|
597
597
|
|
598
598
|
Started GET "/api/v1/users/compact/0" for 127.0.0.1 at 2014-11-20 18:56:10 -0500
|
599
|
+
|
600
|
+
|
601
|
+
Started GET "/api/v1/animals/foo" for 127.0.0.1 at 2014-11-21 16:48:42 -0500
|
602
|
+
|
603
|
+
|
604
|
+
Started GET "/api/v1/animals/bar/0" for 127.0.0.1 at 2014-11-21 16:48:43 -0500
|
605
|
+
|
606
|
+
|
607
|
+
Started GET "/api/v1/users" for 127.0.0.1 at 2014-11-21 16:48:43 -0500
|
608
|
+
|
609
|
+
|
610
|
+
Started GET "/api/v1/users/compact" for 127.0.0.1 at 2014-11-21 16:48:43 -0500
|
611
|
+
|
612
|
+
|
613
|
+
Started GET "/api/v1/users/0" for 127.0.0.1 at 2014-11-21 16:48:43 -0500
|
614
|
+
|
615
|
+
|
616
|
+
Started GET "/api/v1/users/compact/0" for 127.0.0.1 at 2014-11-21 16:48:43 -0500
|
617
|
+
|
618
|
+
|
619
|
+
Started GET "/api/v1/animals/foo" for 127.0.0.1 at 2014-11-21 18:12:57 -0500
|
620
|
+
|
621
|
+
|
622
|
+
Started GET "/api/v1/animals/bar/0" for 127.0.0.1 at 2014-11-21 18:12:57 -0500
|
623
|
+
|
624
|
+
|
625
|
+
Started GET "/api/v1/users" for 127.0.0.1 at 2014-11-21 18:12:57 -0500
|
626
|
+
|
627
|
+
|
628
|
+
Started GET "/api/v1/users/compact" for 127.0.0.1 at 2014-11-21 18:12:57 -0500
|
629
|
+
|
630
|
+
|
631
|
+
Started GET "/api/v1/users/0" for 127.0.0.1 at 2014-11-21 18:12:57 -0500
|
632
|
+
|
633
|
+
|
634
|
+
Started GET "/api/v1/users/compact/0" for 127.0.0.1 at 2014-11-21 18:12:57 -0500
|
@@ -1 +1 @@
|
|
1
|
-
o: ActiveSupport::Cache::Entry:@value{I" Food:ETI"TestApp::Entities::Food;TI" User;TI"&TestApp::Entities::Users::Default;T:@created_atf
|
1
|
+
o: ActiveSupport::Cache::Entry:@value{I" Food:ETI"TestApp::Entities::Food;TI" User;TI"&TestApp::Entities::Users::Default;T:@created_atf1416611575.424525:@expires_in0
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: grape-transformations
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Johan Tique
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-11-
|
12
|
+
date: 2014-11-22 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|