rubynas 0.1.0.pre.1 → 0.1.0.pre.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rubynas (0.1.0.pre.1)
4
+ rubynas (0.1.0.pre.2)
5
5
  activeldap (~> 3.2.2)
6
6
  activerecord (= 3.2.13)
7
7
  dnssd
data/README.md CHANGED
@@ -5,8 +5,12 @@
5
5
  On Ubuntu do the following:
6
6
 
7
7
  # sudo apt-get install ruby1.9.3 libsqlite3-dev libavahi-compat-libdnssd-dev
8
- # sudo ruby1.9.3 -S gem install rubynas
9
- # rubynas install --admin admin --domain rubynas.com --password secret
8
+ # sudo ruby1.9.3 -S gem install rubynas --no-ri --no-rdoc44
9
+ # sudo rubynas install
10
+
11
+ Currently not implemented but in the future the user can supply these options:
12
+
13
+ # sudo rubynas install --admin admin --domain rubynas.com --password secret
10
14
 
11
15
  The rubynas api will be exposed using the mdns service. Typically its available on https://localhost:5100/api/. Maybe replace `localhost` by the name of your server.
12
16
 
@@ -0,0 +1,2 @@
1
+ class UbuntuQuantalInstaller < UbuntuInstaller
2
+ end
@@ -1,3 +1,3 @@
1
1
  module Rubynas
2
- VERSION = '0.1.0.pre.1'
2
+ VERSION = '0.1.0.pre.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubynas
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.pre.1
4
+ version: 0.1.0.pre.2
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -498,6 +498,7 @@ files:
498
498
  - lib/rubynas/installers/debian_installer.rb
499
499
  - lib/rubynas/installers/ubuntu_installer.rb
500
500
  - lib/rubynas/installers/ubuntu_precise_installer.rb
501
+ - lib/rubynas/installers/ubuntu_quantal_installer.rb
501
502
  - lib/rubynas/models/.gitkeep
502
503
  - lib/rubynas/models/ldap_group.rb
503
504
  - lib/rubynas/models/ldap_org_unit.rb