eefgilm 1.2.0 → 1.2.1

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: dea236f60c15b0d31886ee8ed1748ce45ae2c6f6
4
- data.tar.gz: b3c533a459503b0ea581a3edb91e5bd714c0b1ab
3
+ metadata.gz: b68d1a114d4dee83136baf2418c6a2ba1092e7f4
4
+ data.tar.gz: 280e0b526afbcb59fc001c02aa1cf051254ab4fe
5
5
  SHA512:
6
- metadata.gz: af0e0241a7cd8998f97b25df18fb67ab1795319573970373f2efb9e276d9e5129199492892027b1d41dad727e63db335c9aea1344d4f731132b969f4d9431cc1
7
- data.tar.gz: 882cdd72937a7cd6f9beab52e9972b4d55b2eb75b94fb9bbeed662cdd98e243ac60e66039b3485acfc04da95a98d2c1726b2882bfba6795d0c15060ae98bab13
6
+ metadata.gz: 65520fcd38c76a05620f859a093d4fef8d2370a8d4b6ed3fbbc808c44ab724c6ec6ad2e79f976a394154e3df7776ae068068d4a5daaf8e29147e44a189f044d1
7
+ data.tar.gz: 71c3eadd1b931ce7e0942cb1e9ce611a4c7de4d6463063108231bd83b3ee626dc97724c52b4af9f88f9bcb34198051551a834612d2f60f643429a5e9a302806a
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Eefgilm::VERSION
9
9
  spec.authors = ['Erik Nilsen', 'Marco Lindsay']
10
10
  spec.email = ['enilsen16@live.com', 'lindsay_marco@hotmail.com']
11
- spec.summary = 'A gem to keep your Gemfile in best practice .'
12
- spec.description = 'Eefgilm is a gem that is written to help keep your gemfile in order. It will alphabetize your gems, remove comments, and remove unnecessary whitespace.'
11
+ spec.summary = 'A gem to keep your Gemfile in best practice.'
12
+ spec.description = 'Eefgilm helps keep your gemfile in order. It will alphabetize your gems, remove comments, and remove unnecessary whitespace.'
13
13
  spec.homepage = 'http://enilsen16.github.io/Eefgilm/'
14
14
  spec.license = 'MIT'
15
15
 
@@ -1,3 +1,3 @@
1
1
  module Eefgilm
2
- VERSION = '1.2.0'
2
+ VERSION = '1.2.1'
3
3
  end
@@ -8,19 +8,19 @@ gem 'uglifier', '>= 1.3.0'
8
8
  gem 'coffee-rails', '~> 4.0.0'
9
9
 
10
10
  group :development do
11
- gem "sqlite3"
11
+ gem 'sqlite3'
12
12
  end
13
13
 
14
- gem "minitest-rails"
14
+ gem 'minitest-rails'
15
15
  gem 'jquery-rails'
16
16
  gem 'turbolinks'
17
17
  gem 'jbuilder', '~> 2.0'
18
- gem 'sdoc', '~> 0.4.0', group: :doc
19
- gem 'spring', group: :development
18
+ gem 'sdoc', '~> 0.4.0', group: :doc
19
+ gem 'spring', group: :development
20
20
 
21
21
  group :test do
22
- gem "minitest-rails-capybara"
23
- gem "launchy"
22
+ gem 'minitest-rails-capybara'
23
+ gem 'launchy'
24
24
  end
25
25
 
26
26
  group :development do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eefgilm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erik Nilsen
@@ -53,8 +53,8 @@ dependencies:
53
53
  - - ">="
54
54
  - !ruby/object:Gem::Version
55
55
  version: '0'
56
- description: Eefgilm is a gem that is written to help keep your gemfile in order.
57
- It will alphabetize your gems, remove comments, and remove unnecessary whitespace.
56
+ description: Eefgilm helps keep your gemfile in order. It will alphabetize your gems,
57
+ remove comments, and remove unnecessary whitespace.
58
58
  email:
59
59
  - enilsen16@live.com
60
60
  - lindsay_marco@hotmail.com
@@ -102,7 +102,7 @@ rubyforge_project:
102
102
  rubygems_version: 2.4.5.1
103
103
  signing_key:
104
104
  specification_version: 4
105
- summary: A gem to keep your Gemfile in best practice .
105
+ summary: A gem to keep your Gemfile in best practice.
106
106
  test_files:
107
107
  - test/data/sources/dummy/Gemfile
108
108
  - test/data/sources/expected/Gemfile