sally 0.1.2 → 0.1.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: afd3ef5a108946101fb203d70e2fd637f8e0529f
4
- data.tar.gz: fc23f43c964c22d0ef60250afb3f7df9e6f58c67
3
+ metadata.gz: c88ccaf92e710eea735bfbcbe8da5e30e6e05849
4
+ data.tar.gz: ea290dbc916338b7085c30e1274f43c70ede86f7
5
5
  SHA512:
6
- metadata.gz: 2075854c7a70bc76a41830f37be38d259bf91e92567fa005842fa516c76d4873a640c4bb485af64717f59082bda19660f291507701823f25eee208818544aa05
7
- data.tar.gz: eab6e32581062445dbeb1f9d58cbe516329ef4104bddc5f4a9a322e1b2ca9cc929443519bb789c76a7d549ee7b1df72bc41f11e1c26f37ebb6cdd9e26cabab71
6
+ metadata.gz: d0711483e366890ea96ab0c5f49996536ecb5acaf85b1f4c6fa137a85063c41affe38793e868c049bec52291173f47afd3ffe7b4bfffb7c2f878d4679df34aef
7
+ data.tar.gz: a47086b89151fd740483dc9b600cdd4c4fe0eaf7d3fd06f3644930dbbbdfa6e61e530d27111249c7b1bf41829f3d4650f3f31226876ab2568ea3f6b2061a7c7b
data/lib/sally/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Sally
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sally
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
  - twitter.com/rleshner
@@ -62,17 +62,9 @@ executables: []
62
62
  extensions: []
63
63
  extra_rdoc_files: []
64
64
  files:
65
- - ".DS_Store"
66
- - Gemfile
67
- - LICENSE.txt
68
65
  - README.md
69
- - Rakefile
70
- - lib/.DS_Store
71
66
  - lib/sally.rb
72
- - lib/sally/.DS_Store
73
67
  - lib/sally/version.rb
74
- - sally.gemspec
75
- - vendor/assets/.DS_Store
76
68
  - vendor/assets/stylesheets/sally.sass
77
69
  homepage: http://meetsally.com
78
70
  licenses:
@@ -81,7 +73,7 @@ metadata: {}
81
73
  post_install_message:
82
74
  rdoc_options: []
83
75
  require_paths:
84
- - lib,vendor
76
+ - lib
85
77
  required_ruby_version: !ruby/object:Gem::Requirement
86
78
  requirements:
87
79
  - - ">="
data/.DS_Store DELETED
Binary file
data/Gemfile DELETED
@@ -1,4 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- # Specify your gem's dependencies in sally.gemspec
4
- gemspec
data/LICENSE.txt DELETED
@@ -1,22 +0,0 @@
1
- Copyright (c) 2015 twitter.com/rleshner
2
-
3
- MIT License
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining
6
- a copy of this software and associated documentation files (the
7
- "Software"), to deal in the Software without restriction, including
8
- without limitation the rights to use, copy, modify, merge, publish,
9
- distribute, sublicense, and/or sell copies of the Software, and to
10
- permit persons to whom the Software is furnished to do so, subject to
11
- the following conditions:
12
-
13
- The above copyright notice and this permission notice shall be
14
- included in all copies or substantial portions of the Software.
15
-
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/Rakefile DELETED
@@ -1,2 +0,0 @@
1
- require "bundler/gem_tasks"
2
-
data/lib/.DS_Store DELETED
Binary file
data/lib/sally/.DS_Store DELETED
Binary file
data/sally.gemspec DELETED
@@ -1,24 +0,0 @@
1
- # coding: utf-8
2
- lib = File.expand_path('../lib', __FILE__)
3
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'sally/version'
5
-
6
- Gem::Specification.new do |spec|
7
- spec.name = "sally"
8
- spec.version = Sally::VERSION
9
- spec.authors = ["twitter.com/rleshner"]
10
- spec.email = ["robert@boatbound.co"]
11
- spec.summary = %q{Sally is the leanest, meanest Flexbox grid}
12
- spec.description = %q{If you're a developer looking for an ultra lightweight, easily customizable, fully responsive grid for your next project, Sally is for you. Sally avoids the weight of larger grid frameworks, while adding all-new, amazing features that existing grids currently don't have.}
13
- spec.homepage = "http://meetsally.com"
14
- spec.license = "MIT"
15
-
16
- spec.files = `git ls-files -z`.split("\x0")
17
- spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
- spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
- spec.require_paths = ["lib,vendor"]
20
-
21
- spec.add_development_dependency "bundler", "~> 1.6"
22
- spec.add_development_dependency "rake"
23
- spec.add_development_dependency "sass-rails"
24
- end
Binary file