old_style 1.4.4 → 1.4.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/lib/load_dir.rb +1 -1
  4. data/old_style.gemspec +2 -2
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 24564472c4c0ed3434af0b127e3a004e4db2dd06
4
- data.tar.gz: a8a928871296b4c0251287bdffcbc93ae3dc8e88
3
+ metadata.gz: 1f98e0a7fc9ea0d4cc482f72d37c8de36360b939
4
+ data.tar.gz: 6e05a84d9bab56dab2dfbf90e0b91594a84feb0a
5
5
  SHA512:
6
- metadata.gz: bfc483bdf895a89e9c5a928408e13fd3aa1acd7b66355d6ff9d452463c51a078a868f9958200b52a0b9ea6d2a0c7c99c3f73b649817802b69c1dc3edeb9d1a63
7
- data.tar.gz: 6d9868a168a7dfd10cd27526b76e678ce984436782b42a133e8f510fb5653098456dc879b080d02ae06533041fff4ebb73feb58a87e736281979826549ff91ce
6
+ metadata.gz: 8e7a6d4df82dcb7dc409dcc85d02bed25aea5be90ea3291de22264bf7a105ce979296ddd94afa5f572ef7ba1f5a77a9a503e3722ab98f806968389fba6a6d083
7
+ data.tar.gz: 755ea60a537f55e8b5870f785d9169c65aa0ce46e6a0dc861cf7d3771cb615a85c490a7e65446f6f4df1b7d6abe5c0cb970ad45a48f3d3d2575a7cd3c0f8bd35
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.4
1
+ 1.4.5
data/lib/load_dir.rb CHANGED
@@ -2,7 +2,7 @@ class LoadDir
2
2
 
3
3
  HTML_PATH = Dir.pwd + '/app/views'
4
4
  CSS_PATH = Dir.pwd + '/app/assets/stylesheets'
5
- CSS_MAIN_PATH = Dir.pwd + '/app/assets/stylesheets/base/styles'
5
+ CSS_MAIN_PATH = Dir.pwd + '/app/assets/stylesheets/styles'
6
6
 
7
7
  attr_accessor :directories, :files
8
8
 
data/old_style.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: old_style 1.4.4 ruby lib
5
+ # stub: old_style 1.4.5 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "old_style"
9
- s.version = "1.4.4"
9
+ s.version = "1.4.5"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: old_style
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.4
4
+ version: 1.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - hayduke19us