Skip to content

Commit c9cec93

Browse files
author
Florent Poinsaut
committed
New release v0.1.0
1 parent 9e8a62d commit c9cec93

File tree

3 files changed

+22
-15
lines changed

3 files changed

+22
-15
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##2015-08-24 - Release 0.1.0
1+
##2015-08-23 - Release 0.1.0
22
###Summary
33
This is the initial release.
44

Diff for: README.md

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
3. [Setup - The basics of getting started with boost](#setup)
1414
* [Beginning with boost](#beginning-with-boost)
1515
4. [Usage - Configuration options and additional functionality](#usage)
16+
* [Install header packages](#install-header-packages)
17+
* [Install all headers packages and the documentation](#install-all-headers-packages-and-the-documentation)
18+
* [Uninstall a Boost library](#uninstall-a-boost-library)
1619
5. [Reference - An under-the-hood peek at what the module is doing and how](#reference)
1720
6. [Limitations - OS compatibility, etc.](#limitations)
1821
7. [Development - Guide for contributing to the module](#development)

Diff for: metadata.json

+18-14
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
{
2+
"name": "echoes-boost",
3+
"version": "0.1.0",
4+
"author": "Echoes Technologies",
5+
"summary": "Puppet module to manage Boost installation",
6+
"license": "Apache-2.0",
7+
"source": "https://github.com/echoes-tech/puppet-boost",
8+
"project_page": "https://github.com/echoes-tech/puppet-boost",
9+
"issues_url": "https://github.com/echoes-tech/puppet-boost/issues",
10+
"tags": [
11+
"cpp",
12+
"c++",
13+
"libraries"
14+
],
215
"operatingsystem_support": [
316
{
417
"operatingsystem": "Debian",
@@ -19,14 +32,16 @@
1932
"operatingsystem": "Redhat",
2033
"operatingsystemrelease": [
2134
"5",
22-
"6"
35+
"6",
36+
"7"
2337
]
2438
},
2539
{
2640
"operatingsystem": "CentOS",
2741
"operatingsystemrelease": [
2842
"5",
29-
"6"
43+
"6",
44+
"7"
3045
]
3146
}
3247
],
@@ -40,18 +55,7 @@
4055
"version_requirement": "3.x"
4156
}
4257
],
43-
"name": "echoes-boost",
44-
"version": "0.1.0",
45-
"author": "Echoes Technologies",
46-
"summary": "Puppet module to manage Boost installation",
47-
"license": "Apache-2.0",
48-
"source": "https://github.com/echoes-tech/puppet-boost",
49-
"project_page": "https://github.com/echoes-tech/puppet-boost",
50-
"issues_url": "https://github.com/echoes-tech/puppet-boost/issues",
5158
"dependencies": [
52-
{
53-
"name": "puppetlabs/stdlib",
54-
"version_requirement": ">= 1.0.0"
55-
}
59+
{"name":"puppetlabs/stdlib","version_requirement":">= 1.0.0"}
5660
]
5761
}

0 commit comments

Comments
 (0)