lolita 3.3.2 → 3.3.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/routes.rb +6 -6
- data/lib/lolita/version.rb +1 -1
- data/spec/rails_app/log/development.log +146 -0
- metadata +17 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9a1c98cd7de700b42a5d6abe399bf08c7ae300d8
|
4
|
+
data.tar.gz: 5c39e3d62c107a7e7a99db821a4b7d01d28a2cbd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 935234b9ea084ab1135b5aa948e0f4683bd3443f5361e58df0c3cec1380d83b46ee464da2f52cb7db2624ae33201ef92c8d3ccc0fbd2e98492d77d354a7e1bb7
|
7
|
+
data.tar.gz: 5e170137f3fdb747adc361e337c63fb3b22e7e78e491fc9a6b177a6270e791d5f6d5eaaf135e571092eb5fe69998516d7c8431191429f72da9104150b2389cdb
|
data/config/routes.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
Rails.application.routes.draw do
|
2
|
-
match '/lolita' => "lolita/info#index"
|
3
|
-
match '/lolita/info/properties' => "lolita/info#properties"
|
4
|
-
match "/lolita/array_field/:name/:field_class/:class/:id" => "lolita/field_data#array_polymorphic", :as => "array_field_data_collector"
|
5
|
-
match "/lolita/autocomplete_field/:field_class/:field_name" => "lolita/field_data#autocomplete_field", :as => "autocomplete_field"
|
6
|
-
end
|
1
|
+
Rails.application.routes.draw do
|
2
|
+
match '/lolita' => "lolita/info#index"
|
3
|
+
match '/lolita/info/properties' => "lolita/info#properties"
|
4
|
+
match "/lolita/array_field/:name/:field_class/:class/:id" => "lolita/field_data#array_polymorphic", :as => "array_field_data_collector"
|
5
|
+
match "/lolita/autocomplete_field/:field_class/:field_name" => "lolita/field_data#autocomplete_field", :as => "autocomplete_field"
|
6
|
+
end
|
data/lib/lolita/version.rb
CHANGED
@@ -13875,3 +13875,149 @@ Processing by Lolita::RestController#index as HTML
|
|
13875
13875
|
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/navigation/_tree.html.haml (0.8ms)
|
13876
13876
|
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/navigation/_display.html.haml (2.1ms)
|
13877
13877
|
Completed 200 OK in 48ms (Views: 46.7ms)
|
13878
|
+
Processing by Lolita::RestController#index as HTML
|
13879
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/list/_title.html.haml (115.1ms)
|
13880
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/list/_new_resource.html.haml (2.1ms)
|
13881
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/column/header/_display.html.haml (1.1ms)
|
13882
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/column/header/_last.html.haml (0.8ms)
|
13883
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/columns/header/_display.html.haml (5.7ms)
|
13884
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/columns/body/_display.html.haml (1.2ms)
|
13885
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/columns/_display.html.haml (10.7ms)
|
13886
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/list/_paginator.html.haml (2.3ms)
|
13887
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/list/_display.html.haml (138.4ms)
|
13888
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/shared/_flash.html.haml (1.0ms)
|
13889
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/shared/_languages.html.haml (1.0ms)
|
13890
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/shared/_header.html.haml (3.8ms)
|
13891
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/navigation/_tree.html.haml (2.1ms)
|
13892
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/navigation/_display.html.haml (4.2ms)
|
13893
|
+
Completed 200 OK in 210ms (Views: 207.1ms)
|
13894
|
+
Processing by Lolita::RestController#new as HTML
|
13895
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/shared/_save_button.html.haml (1.0ms)
|
13896
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/shared/_save_button.html.haml (0.9ms)
|
13897
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/shared/_save_button.html.haml (0.3ms)
|
13898
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/shared/_buttons.html.haml (7.1ms)
|
13899
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/shared/_right_sidebar.html.haml (10.1ms)
|
13900
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/tab/_title.html.haml (1.2ms)
|
13901
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/tab/_error_msg.html.haml (1.6ms)
|
13902
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/_label.html.haml (1.1ms)
|
13903
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/string/_display.html.haml (0.8ms)
|
13904
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/_display.html.haml (6.5ms)
|
13905
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/_label.html.haml (0.4ms)
|
13906
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/string/_display.html.haml (0.3ms)
|
13907
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/_display.html.haml (3.6ms)
|
13908
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/_label.html.haml (0.5ms)
|
13909
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/boolean/_display.html.haml (0.8ms)
|
13910
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/_display.html.haml (4.3ms)
|
13911
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/_label.html.haml (0.5ms)
|
13912
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/string/_display.html.haml (0.3ms)
|
13913
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/big_decimal/_display.html.haml (2.1ms)
|
13914
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/_display.html.haml (5.7ms)
|
13915
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/_label.html.haml (0.5ms)
|
13916
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/date_time/_display.html.haml (3.7ms)
|
13917
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/_display.html.haml (7.5ms)
|
13918
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/_label.html.haml (0.5ms)
|
13919
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/date/_display.html.haml (2.7ms)
|
13920
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/_display.html.haml (6.5ms)
|
13921
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/_label.html.haml (0.5ms)
|
13922
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/string/_display.html.haml (0.3ms)
|
13923
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/_display.html.haml (3.8ms)
|
13924
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/_label.html.haml (0.5ms)
|
13925
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/array/autocomplete/_input.html.haml (1.8ms)
|
13926
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/array/autocomplete/_display.html.haml (5.2ms)
|
13927
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/_display.html.haml (8.8ms)
|
13928
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/_label.html.haml (0.5ms)
|
13929
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/string/_display.html.haml (0.3ms)
|
13930
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/_display.html.haml (3.8ms)
|
13931
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/tab/_fields.html.haml (62.6ms)
|
13932
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/tab/default/_display.html.haml (65.1ms)
|
13933
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/tab/content/_display.html.haml (67.6ms)
|
13934
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/tab/_display.html.haml (74.5ms)
|
13935
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/tabs/_form.html.haml (80.1ms)
|
13936
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/tabs/_display.html.haml (97.7ms)
|
13937
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/shared/_flash.html.haml (0.1ms)
|
13938
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/shared/_languages.html.haml (0.1ms)
|
13939
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/shared/_header.html.haml (1.4ms)
|
13940
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/navigation/_tree.html.haml (0.9ms)
|
13941
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/navigation/_display.html.haml (2.1ms)
|
13942
|
+
Completed 200 OK in 133ms (Views: 131.0ms)
|
13943
|
+
Processing by Lolita::RestController#new as HTML
|
13944
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/shared/_save_button.html.haml (0.3ms)
|
13945
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/shared/_save_button.html.haml (0.3ms)
|
13946
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/shared/_save_button.html.haml (0.3ms)
|
13947
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/shared/_buttons.html.haml (4.5ms)
|
13948
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/shared/_right_sidebar.html.haml (5.9ms)
|
13949
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/tab/_title.html.haml (0.5ms)
|
13950
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/tab/_error_msg.html.haml (0.1ms)
|
13951
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/_label.html.haml (0.6ms)
|
13952
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/string/_display.html.haml (0.3ms)
|
13953
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/_display.html.haml (3.9ms)
|
13954
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/_label.html.haml (0.6ms)
|
13955
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/string/_display.html.haml (0.4ms)
|
13956
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/_display.html.haml (4.7ms)
|
13957
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/_label.html.haml (0.5ms)
|
13958
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/boolean/_display.html.haml (0.4ms)
|
13959
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/_display.html.haml (4.0ms)
|
13960
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/_label.html.haml (0.5ms)
|
13961
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/string/_display.html.haml (0.4ms)
|
13962
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/big_decimal/_display.html.haml (2.0ms)
|
13963
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/_display.html.haml (5.6ms)
|
13964
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/_label.html.haml (0.6ms)
|
13965
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/date_time/_display.html.haml (3.1ms)
|
13966
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/_display.html.haml (6.9ms)
|
13967
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/_label.html.haml (0.4ms)
|
13968
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/date/_display.html.haml (1.6ms)
|
13969
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/_display.html.haml (5.1ms)
|
13970
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/_label.html.haml (0.5ms)
|
13971
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/string/_display.html.haml (0.3ms)
|
13972
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/_display.html.haml (3.7ms)
|
13973
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/_label.html.haml (0.4ms)
|
13974
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/array/autocomplete/_input.html.haml (0.5ms)
|
13975
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/array/autocomplete/_display.html.haml (2.1ms)
|
13976
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/_display.html.haml (5.4ms)
|
13977
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/_label.html.haml (0.4ms)
|
13978
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/string/_display.html.haml (0.3ms)
|
13979
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/field/_display.html.haml (3.6ms)
|
13980
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/tab/_fields.html.haml (54.4ms)
|
13981
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/tab/default/_display.html.haml (56.0ms)
|
13982
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/tab/content/_display.html.haml (57.7ms)
|
13983
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/tab/_display.html.haml (60.9ms)
|
13984
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/tabs/_form.html.haml (64.8ms)
|
13985
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/tabs/_display.html.haml (75.6ms)
|
13986
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/shared/_flash.html.haml (0.1ms)
|
13987
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/shared/_languages.html.haml (0.1ms)
|
13988
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/shared/_header.html.haml (1.4ms)
|
13989
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/navigation/_tree.html.haml (0.9ms)
|
13990
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/navigation/_display.html.haml (2.1ms)
|
13991
|
+
Completed 200 OK in 110ms (Views: 108.8ms)
|
13992
|
+
Processing by Lolita::RestController#index as HTML
|
13993
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/list/_title.html.haml (0.3ms)
|
13994
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/list/_new_resource.html.haml (0.8ms)
|
13995
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/column/header/_display.html.haml (0.5ms)
|
13996
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/column/header/_last.html.haml (0.2ms)
|
13997
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/columns/header/_display.html.haml (3.6ms)
|
13998
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/columns/body/_display.html.haml (0.5ms)
|
13999
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/columns/_display.html.haml (7.0ms)
|
14000
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/list/_paginator.html.haml (1.2ms)
|
14001
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/list/_display.html.haml (14.8ms)
|
14002
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/shared/_flash.html.haml (0.1ms)
|
14003
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/shared/_languages.html.haml (0.1ms)
|
14004
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/shared/_header.html.haml (1.5ms)
|
14005
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/navigation/_tree.html.haml (0.8ms)
|
14006
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/navigation/_display.html.haml (2.0ms)
|
14007
|
+
Completed 200 OK in 48ms (Views: 46.6ms)
|
14008
|
+
Processing by Lolita::RestController#index as HTML
|
14009
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/list/_title.html.haml (0.3ms)
|
14010
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/list/_new_resource.html.haml (1.0ms)
|
14011
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/column/header/_display.html.haml (0.4ms)
|
14012
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/column/header/_last.html.haml (0.2ms)
|
14013
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/columns/header/_display.html.haml (3.3ms)
|
14014
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/columns/body/_display.html.haml (0.5ms)
|
14015
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/columns/_display.html.haml (6.9ms)
|
14016
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/list/_paginator.html.haml (1.4ms)
|
14017
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/configuration/list/_display.html.haml (15.5ms)
|
14018
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/shared/_flash.html.haml (0.1ms)
|
14019
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/shared/_languages.html.haml (0.1ms)
|
14020
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/shared/_header.html.haml (1.4ms)
|
14021
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/navigation/_tree.html.haml (0.8ms)
|
14022
|
+
Rendered /home/gatis/Code/ruby/lolita/app/views/components/lolita/navigation/_display.html.haml (2.0ms)
|
14023
|
+
Completed 200 OK in 136ms (Views: 133.9ms)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lolita
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.3.
|
4
|
+
version: 3.3.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ITHouse (Latvia) and Arturs Meisters
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-07-
|
11
|
+
date: 2013-07-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: kaminari
|
@@ -66,6 +66,20 @@ dependencies:
|
|
66
66
|
- - ~>
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: 3.2.0
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: actionpack
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - ~>
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: 3.2.0
|
76
|
+
type: :runtime
|
77
|
+
prerelease: false
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - ~>
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: 3.2.0
|
69
83
|
- !ruby/object:Gem::Dependency
|
70
84
|
name: jquery-rails
|
71
85
|
requirement: !ruby/object:Gem::Requirement
|
@@ -495,7 +509,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
495
509
|
version: '0'
|
496
510
|
requirements: []
|
497
511
|
rubyforge_project:
|
498
|
-
rubygems_version: 2.0.
|
512
|
+
rubygems_version: 2.0.4
|
499
513
|
signing_key:
|
500
514
|
specification_version: 4
|
501
515
|
summary: Great web resources management tool
|