fohrcard-styles 0.1.1 → 0.1.2

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: 433fadf3ec4fc598dc359d528777fe35a2bef70d
4
- data.tar.gz: 113c5e448ecca361be7222dd1d520a57986b2526
3
+ metadata.gz: 8253592fc2d231d2f1dee823737d32e9d7e8f089
4
+ data.tar.gz: a424bc5242c23af12c7f9a5f36ead7988a3703f4
5
5
  SHA512:
6
- metadata.gz: a9d301894092d8126c6bc62f57ba4f0f8232a075c9a68a0c094cd6cbece23baf7666c8dca2b396dc690ff4dc31abf3390e1798f6ab1daa1e66603451d3465486
7
- data.tar.gz: c2c5b20dbee39872995c74e64ab70db741c4c56eb5fa0e639eb5379bdd41d2e73cd2e23ac44d09483a6b012c5fe29df16d7f420e89a96e870ab59904050fdbe2
6
+ metadata.gz: f4251e4d748e868c7ed8ea82948577b19058e38748b1ea19fafd6e669fb157d0a7f9a83127e682f2878cb11c4af92ce7d0a5ebb5e702911f64a732d73be5c55e
7
+ data.tar.gz: 9880e71450faeca19a402855cdca377fb775c119bda077c0d3a2c48cdfc03938060a4345102eba1af96918691dcde0745c7c598719615180b4d7e50f8d0c72e0
@@ -1,3 +1,3 @@
1
1
  module Styles
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fohrcard-styles
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - richard tong
@@ -59,21 +59,12 @@ executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
- - ".DS_Store"
63
- - ".gitignore"
64
- - ".travis.yml"
65
- - Gemfile
66
62
  - README.md
67
- - Rakefile
68
- - bin/console
69
- - bin/setup
70
63
  - lib/styles.rb
71
64
  - lib/styles/version.rb
72
- - styles.gemspec
73
65
  - vendor/assets/javascripts/fohrcard_javascripts.js
74
66
  - vendor/assets/javascripts/forms.js
75
67
  - vendor/assets/javascripts/helpers.js
76
- - vendor/assets/stylesheets/.DS_Store
77
68
  - vendor/assets/stylesheets/fc_backgrounds.sass
78
69
  - vendor/assets/stylesheets/fc_buttons.sass
79
70
  - vendor/assets/stylesheets/fc_colors.sass
data/.DS_Store DELETED
Binary file
data/.gitignore DELETED
@@ -1,9 +0,0 @@
1
- /.bundle/
2
- /.yardoc
3
- /Gemfile.lock
4
- /_yardoc/
5
- /coverage/
6
- /doc/
7
- /pkg/
8
- /spec/reports/
9
- /tmp/
data/.travis.yml DELETED
@@ -1,4 +0,0 @@
1
- language: ruby
2
- rvm:
3
- - 2.2.0
4
- before_install: gem install bundler -v 1.10.6
data/Gemfile DELETED
@@ -1,4 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- # Specify your gem's dependencies in styles.gemspec
4
- gemspec
data/Rakefile DELETED
@@ -1 +0,0 @@
1
- require "bundler/gem_tasks"
data/bin/console DELETED
@@ -1,14 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
- require "bundler/setup"
4
- require "styles"
5
-
6
- # You can add fixtures and/or initialization code here to make experimenting
7
- # with your gem easier. You can also use a different console, if you like.
8
-
9
- # (If you use this, don't forget to add pry to your Gemfile!)
10
- # require "pry"
11
- # Pry.start
12
-
13
- require "irb"
14
- IRB.start
data/bin/setup DELETED
@@ -1,7 +0,0 @@
1
- #!/bin/bash
2
- set -euo pipefail
3
- IFS=$'\n\t'
4
-
5
- bundle install
6
-
7
- # Do any other automated setup that you need to do here
data/styles.gemspec DELETED
@@ -1,29 +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 'styles/version'
5
-
6
- Gem::Specification.new do |spec|
7
- spec.name = "fohrcard-styles"
8
- spec.version = Styles::VERSION
9
- spec.authors = ["richard tong"]
10
- spec.email = ["rich@fohrcard.com"]
11
-
12
- spec.summary = %q{Fohr Card Styles}
13
- spec.description = %q{Fohr Card Styles Description}
14
- spec.homepage = "https://github.com/fohrcard/styles"
15
-
16
- # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
17
- # delete this section to allow pushing this gem to any host.
18
-
19
- spec.require_paths = ["lib"]
20
- spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
21
- spec.bindir = "exe"
22
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
23
- spec.require_paths = ["lib"]
24
-
25
- spec.add_development_dependency "bundler", "~> 1.10"
26
- spec.add_development_dependency "rake", "~> 10.0"
27
- spec.add_dependency "font-awesome-rails"
28
-
29
- end
Binary file