From 014e34ba2ad3bfa94b7394ed8316e7443986453b Mon Sep 17 00:00:00 2001
From: Mariano D'Agostino <dagmar@154086.no-reply.drupal.org>
Date: Wed, 6 Mar 2013 23:08:47 -0300
Subject: [PATCH] Issue #1935818 by dagmar: Replace .info file with info.yml
 file.

---
 libraries.info                |    3 ---
 libraries.info.yml            |    3 +++
 tests/libraries_test.info     |    5 -----
 tests/libraries_test.info.yml |    6 ++++++
 4 files changed, 9 insertions(+), 8 deletions(-)
 delete mode 100644 libraries.info
 create mode 100644 libraries.info.yml
 delete mode 100644 tests/libraries_test.info
 create mode 100644 tests/libraries_test.info.yml

diff --git a/libraries.info b/libraries.info
deleted file mode 100644
index 1a95710..0000000
--- a/libraries.info
+++ /dev/null
@@ -1,3 +0,0 @@
-name = Libraries
-description = Allows version-dependent and shared usage of external libraries.
-core = 8.x
diff --git a/libraries.info.yml b/libraries.info.yml
new file mode 100644
index 0000000..a17b464
--- /dev/null
+++ b/libraries.info.yml
@@ -0,0 +1,3 @@
+name: Libraries
+description: Allows version-dependent and shared usage of external libraries.
+core: 8.x
diff --git a/tests/libraries_test.info b/tests/libraries_test.info
deleted file mode 100644
index 0f34b66..0000000
--- a/tests/libraries_test.info
+++ /dev/null
@@ -1,5 +0,0 @@
-name = Libraries test module
-description = Tests library detection and loading.
-core = 8.x
-dependencies[] = libraries
-hidden = TRUE
diff --git a/tests/libraries_test.info.yml b/tests/libraries_test.info.yml
new file mode 100644
index 0000000..0180b14
--- /dev/null
+++ b/tests/libraries_test.info.yml
@@ -0,0 +1,6 @@
+name: Libraries test module
+description: Tests library detection and loading.
+core: 8.x
+dependencies:
+  - libraries
+hidden: TRUE
-- 
1.7.9.5

