rugular 0.8.2 → 0.8.3

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
  SHA1:
3
- metadata.gz: 29672f1d8f8f846e12a6021fd9bf25d5fe9adbba
4
- data.tar.gz: 8d7632dc382592b81e9dd8146536657f18507522
3
+ metadata.gz: 40fd0f9a89d8125195e7460ce2ff80077b360767
4
+ data.tar.gz: 0335e13378f7756776adcaeb8f73b768911adb35
5
5
  SHA512:
6
- metadata.gz: 6364178b74f0d7e123e34853938a4728159bae5ff6b0af279c11d36dbb22ec4b88559da937283816af0796843ebb40bf116b247f962fca1116e15ca2e3f3f481
7
- data.tar.gz: ac252e424d69103dafb3b98329df4a4ccfc1e0d163805e62192b90fead31e1035894969a398a467c33cd54daeeb5efc687e4925d020a6d6f71138b5bc24505f1
6
+ metadata.gz: 14062830292e90228fa29e6b33912fe22e49fdcb67cab5f43ace8f14538681ad1c13c18e62d28deca1989471ebc0cdfafdd51bb135721a17db1216169448fa3d
7
+ data.tar.gz: eb3f288f89ca4dd68d56b5f9c363c00d27dbb7d06ba033bae9a70ff7a3eb45462d077f755331185cc24be7a1e40e9fcfa29ddfedb9545c646cb382cc943e7b83
@@ -6,9 +6,5 @@ module Rugular
6
6
  def template_files
7
7
  Dir.glob("#{lib_directory}/templates/route/*.erb")
8
8
  end
9
-
10
- def app_or_component
11
- 'app'
12
- end
13
9
  end
14
10
  end
@@ -1,3 +1 @@
1
1
  // Add base styles for your application here including colors and columns
2
-
3
- @
@@ -1,3 +1,3 @@
1
1
  module Rugular
2
- VERSION = '0.8.2'
2
+ VERSION = '0.8.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rugular
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.2
4
+ version: 0.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicholas Shook