solara 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 145b33e1ba6fda109d59904bf8e356ed6ec8f4990b16857e5fbde74fb2d5e2da
4
- data.tar.gz: 401d6f18d80006e0e030d1873ad6488a845301fc8f6fb91700ecd7cf2b959c25
3
+ metadata.gz: 190a0c29bbb6d5e00c92181dd75543be6a37c671110d2db37c2704a92f962ff3
4
+ data.tar.gz: 37977f6295ce0ec00be3427e62b2930353091dde1705d12eb967932187b9ea89
5
5
  SHA512:
6
- metadata.gz: 4dbd300836c1b9c4885c24e9f9506f0b10fb0baa987a5a851d95aa24d5e592e9af496d96601c05f248e386736589151916baab4a53034af1d2723ccd99f26482
7
- data.tar.gz: 3bbc2fc137767dd083228dd520a8b47e8ab7a06eb1b78ea81fa6184524d70630167419665021f1eefb08ddab649cdaa771d265685e5288d4ec1b53778c4a2016
6
+ metadata.gz: 7ae71b89f2009fb46d5ec2f50baaba4b759a38b75a2bd1040117ef87263c5bfbb97b38aba44f2b911b5711d60a9c72109a91cb8a65841a0779b318d522fa271a
7
+ data.tar.gz: 9c204a83bb994794f1afebbd793c73901596bf4cebae5ff38ed0ae844cc17bc6cb289232af14fa8c75520f5e0c5318866477bdd1a19ac3e62d073cd71f3f8144
data/bin/solara CHANGED
@@ -1,4 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
+ # bin/solara
3
+
4
+ require 'solara'
2
5
 
3
6
  if RUBY_VERSION < '2.0.0'
4
7
  abort("Solara requires Ruby 2.0.0 or higher")
@@ -12,7 +15,6 @@ Dir.glob("#{__dir__}/core/aliases/*.rb").each { |file| require file }
12
15
  Dir.glob("#{__dir__}/core/dashboard/*.rb").each { |file| require file }
13
16
  Dir.glob("#{__dir__}/core/brands/*.rb").each { |file| require file }
14
17
 
15
- require 'solara'
16
18
 
17
19
  Solara::Setup.new.setup
18
20
  Solara::CLI.start(ARGV)
@@ -1,3 +1,3 @@
1
1
  module Solara
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solara
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Malek Kamel
@@ -338,7 +338,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
338
338
  - !ruby/object:Gem::Version
339
339
  version: '0'
340
340
  requirements: []
341
- rubygems_version: 3.4.19
341
+ rubygems_version: 3.5.18
342
342
  signing_key:
343
343
  specification_version: 4
344
344
  summary: Solara is a Ruby library that simplifies the management of white label apps