tech_radar 0.1.0 → 0.2.0

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: 8127dab4fa35ed368cb615f1490777362788c445
4
- data.tar.gz: 5c4c360e4481976ed19ba57bf13a5b851e6bd0dc
3
+ metadata.gz: 12c5a51e4ba45174512792a3392836535cc46d2d
4
+ data.tar.gz: 827dd7cace04d49531c568cb16a9b17005d19b04
5
5
  SHA512:
6
- metadata.gz: 4f029c2b4f801e8b6ff7ab43c7f6353b6ecf83ee42c852471c25ef858108a23a1b6029865b41acb3887de6eefd1868fe989750adfa9c951bcd4581ede817bc6a
7
- data.tar.gz: a70a345c6cb1b0d6be8298ebab075b76e0862bd7152a418ec0143cee7bc8f5ec3fcf3280bf3445a62b03dda8f8f5396324864989a782627f00cdb9107bcd7205
6
+ metadata.gz: 20905adc6a36a6f4091ba81b3549f253888bb666cfb21e5f14428b133fdfdeac86195f4f77ea7e65edb0d3a905e9f03afef2057acbdf8a97704347837d24232a
7
+ data.tar.gz: 72b927aa902313753ffa53b6b2c2fc6218d1ba21d23f0560d4a10bd4f385127132b6b74f71828264f40a1dceaa066383e25808eeca8956ea1928b8da89987e8d
@@ -1,3 +1,3 @@
1
1
  module TechRadar
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
@@ -3608,3 +3608,271 @@ Processing by TechRadar::QuadrantsController#show as HTML
3608
3608
  Parameters: {"id"=>"Tools"}
3609
3609
  Rendered /Users/davec/Projects/StitchFix/tech_radar/app/views/tech_radar/quadrants/show.html.erb within layouts/application (13.8ms)
3610
3610
  Completed 200 OK in 19ms (Views: 17.4ms)
3611
+ ---------------------------------------
3612
+ TechRadar::RenderingTest: test_markdown
3613
+ ---------------------------------------
3614
+ ----------------------------------------
3615
+ TechRadar::RenderingTest: test_plaintext
3616
+ ----------------------------------------
3617
+ ---------------------------------------------
3618
+ TechRadar::QuadrantsControllerTest: test_show
3619
+ ---------------------------------------------
3620
+ Processing by TechRadar::QuadrantsController#show as HTML
3621
+ Parameters: {"id"=>"Tools"}
3622
+ Rendered /Users/davec/Projects/StitchFix/tech_radar/app/views/tech_radar/quadrants/show.html.erb within layouts/application (25.0ms)
3623
+ Completed 200 OK in 162ms (Views: 154.4ms)
3624
+ --------------------------------
3625
+ TechRadar::RadarTest: test_rings
3626
+ --------------------------------
3627
+ ---------------------------------------
3628
+ TechRadar::RadarTest: test_technologies
3629
+ ---------------------------------------
3630
+ -------------------------------------
3631
+ TechRadar::RadarTest: test_technology
3632
+ -------------------------------------
3633
+ ------------------------------------
3634
+ TechRadar::RadarTest: test_quadrants
3635
+ ------------------------------------
3636
+ -----------------------------------
3637
+ TechRadar::RadarTest: test_quadrant
3638
+ -----------------------------------
3639
+ -------------------------------------------------------------
3640
+ TechRadar::RadarControllerTest: test_the_radar_summary_screen
3641
+ -------------------------------------------------------------
3642
+ Processing by TechRadar::RadarController#summary as HTML
3643
+ Rendered /Users/davec/Projects/StitchFix/tech_radar/app/views/tech_radar/radar/summary.html.erb within layouts/application (20.7ms)
3644
+ Completed 200 OK in 25ms (Views: 23.9ms)
3645
+ ---------------------------------------------------------------------
3646
+ TechRadar::RadarControllerTest: test_parent_app_can_override_messages
3647
+ ---------------------------------------------------------------------
3648
+ Processing by TechRadar::RadarController#index as HTML
3649
+ Rendered /Users/davec/Projects/StitchFix/tech_radar/app/views/tech_radar/radar/index.html.erb within layouts/application (13.2ms)
3650
+ Completed 200 OK in 17ms (Views: 16.0ms)
3651
+ -------------------------------------------------------------------------------------------------
3652
+ TechRadar::TechnologiesControllerTest: test_show_with_no_more_details_url_or_more_details_summary
3653
+ -------------------------------------------------------------------------------------------------
3654
+ Processing by TechRadar::TechnologiesController#show as HTML
3655
+ Parameters: {"id"=>"RabbitMQ"}
3656
+ Rendered /Users/davec/Projects/StitchFix/tech_radar/app/views/tech_radar/technologies/show.html.erb within layouts/application (1.0ms)
3657
+ Completed 200 OK in 8ms (Views: 6.1ms)
3658
+ ----------------------------------------------------------------------
3659
+ TechRadar::TechnologiesControllerTest: test_show_with_more_details_url
3660
+ ----------------------------------------------------------------------
3661
+ Processing by TechRadar::TechnologiesController#show as HTML
3662
+ Parameters: {"id"=>"Resque"}
3663
+ Rendered /Users/davec/Projects/StitchFix/tech_radar/app/views/tech_radar/technologies/show.html.erb within layouts/application (0.3ms)
3664
+ Completed 200 OK in 4ms (Views: 1.9ms)
3665
+ --------------------------------------------------------------------------------------------------------
3666
+ TechRadar::TechnologiesControllerTest: test_show_with_no_more_details_url_but_has_a_more_details_summary
3667
+ --------------------------------------------------------------------------------------------------------
3668
+ Processing by TechRadar::TechnologiesController#show as HTML
3669
+ Parameters: {"id"=>"Ruby"}
3670
+ Rendered /Users/davec/Projects/StitchFix/tech_radar/app/views/tech_radar/technologies/show.html.erb within layouts/application (0.3ms)
3671
+ Completed 200 OK in 3ms (Views: 1.1ms)
3672
+ -------------------------------------------------
3673
+ TechRadar::TechnologiesControllerTest: test_index
3674
+ -------------------------------------------------
3675
+ Processing by TechRadar::TechnologiesController#index as HTML
3676
+ Rendered /Users/davec/Projects/StitchFix/tech_radar/app/views/tech_radar/technologies/index.html.erb within layouts/application (17.4ms)
3677
+ Completed 200 OK in 21ms (Views: 19.6ms)
3678
+ ---------------------------------------
3679
+ TechRadar::RenderingTest: test_markdown
3680
+ ---------------------------------------
3681
+ ----------------------------------------
3682
+ TechRadar::RenderingTest: test_plaintext
3683
+ ----------------------------------------
3684
+ -----------------------------------
3685
+ TechRadar::RadarTest: test_quadrant
3686
+ -----------------------------------
3687
+ -------------------------------------
3688
+ TechRadar::RadarTest: test_technology
3689
+ -------------------------------------
3690
+ ------------------------------------
3691
+ TechRadar::RadarTest: test_quadrants
3692
+ ------------------------------------
3693
+ ---------------------------------------
3694
+ TechRadar::RadarTest: test_technologies
3695
+ ---------------------------------------
3696
+ --------------------------------
3697
+ TechRadar::RadarTest: test_rings
3698
+ --------------------------------
3699
+ ---------------------------------------------
3700
+ TechRadar::QuadrantsControllerTest: test_show
3701
+ ---------------------------------------------
3702
+ Processing by TechRadar::QuadrantsController#show as HTML
3703
+ Parameters: {"id"=>"Tools"}
3704
+ Rendered /Users/davec/Projects/StitchFix/tech_radar/app/views/tech_radar/quadrants/show.html.erb within layouts/application (21.8ms)
3705
+ Completed 200 OK in 160ms (Views: 154.1ms)
3706
+ ---------------------------------------------------------------------
3707
+ TechRadar::RadarControllerTest: test_parent_app_can_override_messages
3708
+ ---------------------------------------------------------------------
3709
+ Processing by TechRadar::RadarController#index as HTML
3710
+ Rendered /Users/davec/Projects/StitchFix/tech_radar/app/views/tech_radar/radar/index.html.erb within layouts/application (12.4ms)
3711
+ Completed 200 OK in 17ms (Views: 15.9ms)
3712
+ -------------------------------------------------------------
3713
+ TechRadar::RadarControllerTest: test_the_radar_summary_screen
3714
+ -------------------------------------------------------------
3715
+ Processing by TechRadar::RadarController#summary as HTML
3716
+ Rendered /Users/davec/Projects/StitchFix/tech_radar/app/views/tech_radar/radar/summary.html.erb within layouts/application (23.9ms)
3717
+ Completed 200 OK in 28ms (Views: 26.6ms)
3718
+ --------------------------------------------------------------------------------------------------------
3719
+ TechRadar::TechnologiesControllerTest: test_show_with_no_more_details_url_but_has_a_more_details_summary
3720
+ --------------------------------------------------------------------------------------------------------
3721
+ Processing by TechRadar::TechnologiesController#show as HTML
3722
+ Parameters: {"id"=>"Ruby"}
3723
+ Rendered /Users/davec/Projects/StitchFix/tech_radar/app/views/tech_radar/technologies/show.html.erb within layouts/application (1.2ms)
3724
+ Completed 200 OK in 8ms (Views: 6.2ms)
3725
+ ----------------------------------------------------------------------
3726
+ TechRadar::TechnologiesControllerTest: test_show_with_more_details_url
3727
+ ----------------------------------------------------------------------
3728
+ Processing by TechRadar::TechnologiesController#show as HTML
3729
+ Parameters: {"id"=>"Resque"}
3730
+ Rendered /Users/davec/Projects/StitchFix/tech_radar/app/views/tech_radar/technologies/show.html.erb within layouts/application (0.2ms)
3731
+ Completed 200 OK in 3ms (Views: 1.1ms)
3732
+ -------------------------------------------------
3733
+ TechRadar::TechnologiesControllerTest: test_index
3734
+ -------------------------------------------------
3735
+ Processing by TechRadar::TechnologiesController#index as HTML
3736
+ Rendered /Users/davec/Projects/StitchFix/tech_radar/app/views/tech_radar/technologies/index.html.erb within layouts/application (19.7ms)
3737
+ Completed 200 OK in 24ms (Views: 22.1ms)
3738
+ -------------------------------------------------------------------------------------------------
3739
+ TechRadar::TechnologiesControllerTest: test_show_with_no_more_details_url_or_more_details_summary
3740
+ -------------------------------------------------------------------------------------------------
3741
+ Processing by TechRadar::TechnologiesController#show as HTML
3742
+ Parameters: {"id"=>"RabbitMQ"}
3743
+ Rendered /Users/davec/Projects/StitchFix/tech_radar/app/views/tech_radar/technologies/show.html.erb within layouts/application (0.2ms)
3744
+ Completed 200 OK in 3ms (Views: 1.1ms)
3745
+ -----------------------------------
3746
+ TechRadar::RadarTest: test_quadrant
3747
+ -----------------------------------
3748
+ ---------------------------------------
3749
+ TechRadar::RadarTest: test_technologies
3750
+ ---------------------------------------
3751
+ ------------------------------------
3752
+ TechRadar::RadarTest: test_quadrants
3753
+ ------------------------------------
3754
+ --------------------------------
3755
+ TechRadar::RadarTest: test_rings
3756
+ --------------------------------
3757
+ -------------------------------------
3758
+ TechRadar::RadarTest: test_technology
3759
+ -------------------------------------
3760
+ ---------------------------------------------
3761
+ TechRadar::QuadrantsControllerTest: test_show
3762
+ ---------------------------------------------
3763
+ Processing by TechRadar::QuadrantsController#show as HTML
3764
+ Parameters: {"id"=>"Tools"}
3765
+ Rendered /Users/davec/Projects/StitchFix/tech_radar/app/views/tech_radar/quadrants/show.html.erb within layouts/application (18.6ms)
3766
+ Completed 200 OK in 153ms (Views: 150.2ms)
3767
+ --------------------------------------------------------------------------------------------------------
3768
+ TechRadar::TechnologiesControllerTest: test_show_with_no_more_details_url_but_has_a_more_details_summary
3769
+ --------------------------------------------------------------------------------------------------------
3770
+ Processing by TechRadar::TechnologiesController#show as HTML
3771
+ Parameters: {"id"=>"Ruby"}
3772
+ Rendered /Users/davec/Projects/StitchFix/tech_radar/app/views/tech_radar/technologies/show.html.erb within layouts/application (4.0ms)
3773
+ Completed 200 OK in 9ms (Views: 7.6ms)
3774
+ -------------------------------------------------------------------------------------------------
3775
+ TechRadar::TechnologiesControllerTest: test_show_with_no_more_details_url_or_more_details_summary
3776
+ -------------------------------------------------------------------------------------------------
3777
+ Processing by TechRadar::TechnologiesController#show as HTML
3778
+ Parameters: {"id"=>"RabbitMQ"}
3779
+ Rendered /Users/davec/Projects/StitchFix/tech_radar/app/views/tech_radar/technologies/show.html.erb within layouts/application (0.2ms)
3780
+ Completed 200 OK in 3ms (Views: 1.1ms)
3781
+ ----------------------------------------------------------------------
3782
+ TechRadar::TechnologiesControllerTest: test_show_with_more_details_url
3783
+ ----------------------------------------------------------------------
3784
+ Processing by TechRadar::TechnologiesController#show as HTML
3785
+ Parameters: {"id"=>"Resque"}
3786
+ Rendered /Users/davec/Projects/StitchFix/tech_radar/app/views/tech_radar/technologies/show.html.erb within layouts/application (0.2ms)
3787
+ Completed 200 OK in 3ms (Views: 1.1ms)
3788
+ -------------------------------------------------
3789
+ TechRadar::TechnologiesControllerTest: test_index
3790
+ -------------------------------------------------
3791
+ Processing by TechRadar::TechnologiesController#index as HTML
3792
+ Rendered /Users/davec/Projects/StitchFix/tech_radar/app/views/tech_radar/technologies/index.html.erb within layouts/application (23.4ms)
3793
+ Completed 200 OK in 27ms (Views: 25.6ms)
3794
+ ---------------------------------------------------------------------
3795
+ TechRadar::RadarControllerTest: test_parent_app_can_override_messages
3796
+ ---------------------------------------------------------------------
3797
+ Processing by TechRadar::RadarController#index as HTML
3798
+ Rendered /Users/davec/Projects/StitchFix/tech_radar/app/views/tech_radar/radar/index.html.erb within layouts/application (12.3ms)
3799
+ Completed 200 OK in 16ms (Views: 15.5ms)
3800
+ -------------------------------------------------------------
3801
+ TechRadar::RadarControllerTest: test_the_radar_summary_screen
3802
+ -------------------------------------------------------------
3803
+ Processing by TechRadar::RadarController#summary as HTML
3804
+ Rendered /Users/davec/Projects/StitchFix/tech_radar/app/views/tech_radar/radar/summary.html.erb within layouts/application (25.3ms)
3805
+ Completed 200 OK in 29ms (Views: 27.5ms)
3806
+ ---------------------------------------
3807
+ TechRadar::RenderingTest: test_markdown
3808
+ ---------------------------------------
3809
+ ----------------------------------------
3810
+ TechRadar::RenderingTest: test_plaintext
3811
+ ----------------------------------------
3812
+ -------------------------------------------------
3813
+ TechRadar::TechnologiesControllerTest: test_index
3814
+ -------------------------------------------------
3815
+ Processing by TechRadar::TechnologiesController#index as HTML
3816
+ Rendered /Users/davec/Projects/StitchFix/tech_radar/app/views/tech_radar/technologies/index.html.erb within layouts/application (40.3ms)
3817
+ Completed 200 OK in 192ms (Views: 178.5ms)
3818
+ ----------------------------------------------------------------------
3819
+ TechRadar::TechnologiesControllerTest: test_show_with_more_details_url
3820
+ ----------------------------------------------------------------------
3821
+ Processing by TechRadar::TechnologiesController#show as HTML
3822
+ Parameters: {"id"=>"Resque"}
3823
+ Rendered /Users/davec/Projects/StitchFix/tech_radar/app/views/tech_radar/technologies/show.html.erb within layouts/application (4.2ms)
3824
+ Completed 200 OK in 8ms (Views: 6.3ms)
3825
+ --------------------------------------------------------------------------------------------------------
3826
+ TechRadar::TechnologiesControllerTest: test_show_with_no_more_details_url_but_has_a_more_details_summary
3827
+ --------------------------------------------------------------------------------------------------------
3828
+ Processing by TechRadar::TechnologiesController#show as HTML
3829
+ Parameters: {"id"=>"Ruby"}
3830
+ Rendered /Users/davec/Projects/StitchFix/tech_radar/app/views/tech_radar/technologies/show.html.erb within layouts/application (3.9ms)
3831
+ Completed 200 OK in 7ms (Views: 5.1ms)
3832
+ -------------------------------------------------------------------------------------------------
3833
+ TechRadar::TechnologiesControllerTest: test_show_with_no_more_details_url_or_more_details_summary
3834
+ -------------------------------------------------------------------------------------------------
3835
+ Processing by TechRadar::TechnologiesController#show as HTML
3836
+ Parameters: {"id"=>"RabbitMQ"}
3837
+ Rendered /Users/davec/Projects/StitchFix/tech_radar/app/views/tech_radar/technologies/show.html.erb within layouts/application (0.3ms)
3838
+ Completed 200 OK in 3ms (Views: 1.2ms)
3839
+ ---------------------------------------
3840
+ TechRadar::RenderingTest: test_markdown
3841
+ ---------------------------------------
3842
+ ----------------------------------------
3843
+ TechRadar::RenderingTest: test_plaintext
3844
+ ----------------------------------------
3845
+ -------------------------------------------------------------
3846
+ TechRadar::RadarControllerTest: test_the_radar_summary_screen
3847
+ -------------------------------------------------------------
3848
+ Processing by TechRadar::RadarController#summary as HTML
3849
+ Rendered /Users/davec/Projects/StitchFix/tech_radar/app/views/tech_radar/radar/summary.html.erb within layouts/application (35.0ms)
3850
+ Completed 200 OK in 41ms (Views: 40.0ms)
3851
+ ---------------------------------------------------------------------
3852
+ TechRadar::RadarControllerTest: test_parent_app_can_override_messages
3853
+ ---------------------------------------------------------------------
3854
+ Processing by TechRadar::RadarController#index as HTML
3855
+ Rendered /Users/davec/Projects/StitchFix/tech_radar/app/views/tech_radar/radar/index.html.erb within layouts/application (14.8ms)
3856
+ Completed 200 OK in 18ms (Views: 17.0ms)
3857
+ -----------------------------------
3858
+ TechRadar::RadarTest: test_quadrant
3859
+ -----------------------------------
3860
+ ---------------------------------------
3861
+ TechRadar::RadarTest: test_technologies
3862
+ ---------------------------------------
3863
+ -------------------------------------
3864
+ TechRadar::RadarTest: test_technology
3865
+ -------------------------------------
3866
+ ------------------------------------
3867
+ TechRadar::RadarTest: test_quadrants
3868
+ ------------------------------------
3869
+ --------------------------------
3870
+ TechRadar::RadarTest: test_rings
3871
+ --------------------------------
3872
+ ---------------------------------------------
3873
+ TechRadar::QuadrantsControllerTest: test_show
3874
+ ---------------------------------------------
3875
+ Processing by TechRadar::QuadrantsController#show as HTML
3876
+ Parameters: {"id"=>"Tools"}
3877
+ Rendered /Users/davec/Projects/StitchFix/tech_radar/app/views/tech_radar/quadrants/show.html.erb within layouts/application (20.2ms)
3878
+ Completed 200 OK in 26ms (Views: 24.7ms)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tech_radar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stitch Fix Engineering
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-12-08 00:00:00.000000000 Z
12
+ date: 2015-12-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails