Skip to content
This repository was archived by the owner on Apr 13, 2019. It is now read-only.

Commit 10fcb56

Browse files
author
Eugene Manuilov
committed
Updated version to 2.0
1 parent cdbf54a commit 10fcb56

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Phalcon VM (2.0-beta4)
1+
# Phalcon VM 2.0
22

33
Phalcon VM is an open source [Vagrant](https://www.vagrantup.com/) configuration which contains wide range of tools required in modern web development. Like a Swiss Army Knife, Phalcon VM allows you to easily activate and use tools required for you project.
44

provision/puppet/modules/phalconvm/manifests/init.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
'imagemagick', 'subversion', 'git', 'zip', 'unzip', 'ngrep', 'curl', 'make',
1212
'autoconf', 'automake', 'build-essential', 'libxslt1-dev', 're2c',
1313
'libxml2-dev', 'libmcrypt-dev', 'vim', 'colordiff', 'gcc', 'libpcre3-dev',
14-
'dos2unix', 'ntp', 'gettext', 'libyaml-dev', 'ack-grep', 'g++',
14+
'dos2unix', 'ntp', 'gettext', 'libyaml-dev', 'ack-grep', 'g++', 'ruby', 'rubygems-integration',
1515
]
1616

1717
package { $packages: ensure => 'installed' }

www/default/app/views/layouts/index.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<header class="nav-header" layout-padding>
33
<h1 id="logo" class="md-heading">
44
<a href="/">PhalconVM</a>
5-
<small>2.0-beta4</small>
5+
<small>2.0</small>
66
</h1>
77
</header>
88

0 commit comments

Comments
 (0)