flexiblegs-rails 0.0.3 → 0.0.4

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: bea9c3e22cc9bfe32bc0a1dd6977d3e827c14cdd
4
- data.tar.gz: 573df16cb1decb4b01a15a2f160a1bab7848c1b9
3
+ metadata.gz: a78fa4b582a8c84ac910dea65f0bd944e689f79f
4
+ data.tar.gz: 5b2ea8c99e59543e93915d36d946c0c65d4c8b07
5
5
  SHA512:
6
- metadata.gz: eb5cae851830f3d57726a1562e8fa256a36cde1c52f5f36559dc33c6077a1a8bfe8f80ea6c274e055c1c2c2115338c6d65027338a322b3223ae490ff0a0c4661
7
- data.tar.gz: 9461d087fb4b502fa15243ee76c8590971cce519e8a54346ca28b05723feae6d891eea05fbcef6e1555b8a6e210321654c36e783da1dddd3a062640ea8888665
6
+ metadata.gz: b5a837a071c4c5503f74d3efce53e68986782d128436a3a8dd659e1965427760bc61bc5a7a1ec56cc7ef56ed2bd04bcb068d506493ce2c06eff8759bc5b9735c
7
+ data.tar.gz: 8dbad90277577bb83ef055a7d6671cddc44f0e36ad7f1141cc37fcad3fae2341af8ed0b92518ca80cb9bfeefc8df20708d1be8613d2003d0bbc9a03b1e8583c0
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Serdar Dogruyol"]
10
10
  spec.email = ["dogruyolserdar@gmail.com"]
11
11
  spec.summary = %q{Easy flexible.gs integration for Rails 4}
12
- spec.description = %q{Flexible.gs is an awesome grid system. flexiblegs-rails-rails makes it really easy to use it in your Rails 4 projects}
12
+ spec.description = %q{Flexible.gs is an awesome grid system. flexiblegs-rails makes it really easy to use it in your Rails 4 projects}
13
13
  spec.homepage = ""
14
14
  spec.license = "MIT"
15
15
 
@@ -1,5 +1,5 @@
1
1
  module Flexiblegs
2
2
  module Rails
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flexiblegs-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Serdar Dogruyol
@@ -80,8 +80,8 @@ dependencies:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: 4.0.0
83
- description: Flexible.gs is an awesome grid system. flexiblegs-rails-rails makes it
84
- really easy to use it in your Rails 4 projects
83
+ description: Flexible.gs is an awesome grid system. flexiblegs-rails makes it really
84
+ easy to use it in your Rails 4 projects
85
85
  email:
86
86
  - dogruyolserdar@gmail.com
87
87
  executables: []