sass-prof 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9c7d438e4a44a879e06595adb4d9de922050b75f
4
- data.tar.gz: c94f58a27c816aa78373e73eadf0952cc3bc03e9
3
+ metadata.gz: 9706c5174e837e59861a84bfcb42a389294ad4f7
4
+ data.tar.gz: d96d5b64baec68943e213737934298165cdc2e85
5
5
  SHA512:
6
- metadata.gz: a2e8e6dec49fb87fcaf562512fd25af074ec50b23d870c1a78ae7136f9e94ad7797a99e46c286d54e24ed260fa677a0b921d8ee3b4abd33c297126ca53fdeadb
7
- data.tar.gz: 49b27de0d3f2e3aa221285235482699a8d1894b9bb057f8355c8f4bedc689e2e7aba331f586dbaf4faf3921b003817cdf6a099efe052d0e9d312cf0750229bbe
6
+ metadata.gz: feda79c8f838f72d9f5cbbda3a32f8ca0c62ba393e7270a10af5682096dfeef0ebd8e243515723e37f30ce55d43b997fd51ca25b548f79b28f280cabf3b65b55
7
+ data.tar.gz: 09eb5a9e5d42f729e9ed4f1ef3297bf5d8cb98097c5d3ce985493e2f51bc6a4e362e27eabf8b3affb8853ad30eb108bd09be6ca335b0e4d1609a244be3da5e7f
@@ -1,5 +1,5 @@
1
1
  module Sass
2
2
  module Prof
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
4
4
  end
5
5
  end
@@ -1,4 +1,7 @@
1
- require "sass/prof/version"
1
+ lib = File.expand_path "../lib/", __FILE__
2
+ $:.unshift lib unless $:.include? lib
3
+
4
+ require "sass-prof/version"
2
5
 
3
6
  module Sass
4
7
  module Prof
data/sass-prof.gemspec CHANGED
@@ -1,7 +1,9 @@
1
- # coding: utf-8
2
- lib = File.expand_path('../lib', __FILE__)
3
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'sass/prof/version'
1
+ # Encoding: UTF-8
2
+
3
+ lib = File.expand_path "../lib/", __FILE__
4
+ $:.unshift lib unless $:.include? lib
5
+
6
+ require "sass-prof/version"
5
7
 
6
8
  Gem::Specification.new do |spec|
7
9
  spec.name = "sass-prof"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sass-prof
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - ezekg
@@ -62,14 +62,12 @@ extensions: []
62
62
  extra_rdoc_files: []
63
63
  files:
64
64
  - .gitignore
65
- - .rspec
66
- - .travis.yml
67
65
  - Gemfile
68
66
  - LICENSE
69
67
  - README.md
70
68
  - Rakefile
71
- - lib/sass/prof.rb
72
- - lib/sass/prof/version.rb
69
+ - lib/sass-prof.rb
70
+ - lib/sass-prof/version.rb
73
71
  - sass-prof.gemspec
74
72
  homepage: https://github.com/ezekg/sass-prof
75
73
  licenses:
data/.rspec DELETED
@@ -1,2 +0,0 @@
1
- --format documentation
2
- --color
data/.travis.yml DELETED
@@ -1,3 +0,0 @@
1
- language: ruby
2
- rvm:
3
- - 2.0.0