ktec-subtrac 0.1.34 → 0.1.36

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 1
4
- :patch: 34
4
+ :patch: 36
@@ -13,7 +13,7 @@ This is the home of development for <%= client.display_name %>. This page is edi
13
13
  Make sure you have subversion client installed, then you can check the project out using:
14
14
 
15
15
  {{{
16
- svn checkout http://<%= server_hostname %>/<%= svn_url %>/<%= client.path %>/<%= project.path %>/trunk <%= project.path %>
16
+ svn checkout http://<%= server_hostname %><%= svn_url %>/<%= client.path %>/<%= project.path %>/trunk <%= project.path %>
17
17
  }}}
18
18
 
19
19
  === Using SVN ===
@@ -13,7 +13,7 @@ This is the home of development for <%= client %>. This page is editable by desi
13
13
  Make sure you have subversion client installed, then you can check the project out using:
14
14
 
15
15
  {{{
16
- svn checkout http://<%= server_hostname %>/<%= svn_url %>/<%= client.path %>/<%= project.path %>/trunk <%= project.path %>
16
+ svn checkout http://<%= server_hostname %><%= svn_url %>/<%= client.path %>/<%= project.path %>/trunk <%= project.path %>
17
17
  }}}
18
18
 
19
19
  === Using SVN ===
data/lib/subtrac.rb CHANGED
@@ -318,7 +318,7 @@ module Subtrac
318
318
 
319
319
  private
320
320
 
321
- def self.give_apache_priviledges
321
+ def self.give_apache_privileges
322
322
  # make sure apache can operate on these files
323
323
  `sudo chown -R www-data:www-data #{install_dir}`
324
324
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ktec-subtrac
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.34
4
+ version: 0.1.36
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keith Salisbury