google_maps_rails 0.0.1 → 0.0.2

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: c9ec0036e2f2597459631175e67bcf9224817228
4
- data.tar.gz: 5b7a09cbf5720bb8dff9cca484c8b99355f63803
3
+ metadata.gz: d33d049ce6386d7db40adbca10e34b3fcdd0c679
4
+ data.tar.gz: d4a30985a085c1c9851d7703ee824c13e396781c
5
5
  SHA512:
6
- metadata.gz: 0db3c786c2eefb1d67aad336f4d977de80903aac9f522d1498f088b60daf788965dbcbd5f793d67bb4c895ec3364f10bf4fdb23813502b13aecf5bb4f03c10f8
7
- data.tar.gz: bc9e9c203f8d885c9303fe64b09285395491e1399fbe0e24af8c875cd40de2ce0b2818e60da3b766758be67f44be6ad3babf662acbd0a55036dd7a5e230e558c
6
+ metadata.gz: 23ea6d22c20d488c122d0f66d0e3a18b231c38d638c11763627ee1c31a10c5398f5ea69c94767c442fbf8054f3a04c60c49b760618b8c00867eba0d28eabb24a
7
+ data.tar.gz: 69cc3b8f7d1d34754d6a34f25308d0a75b776c89cf5da28e14b92f89fadc378178ead74c2a3324a20dd720320a2851a9082f1ebd7730e6686153065e2bcfe089
data/.travis.yml ADDED
@@ -0,0 +1,6 @@
1
+ language: ruby
2
+ rvm:
3
+ - 1.9.3
4
+ - 2.0.0
5
+ - 2.1.0
6
+ script: bundle exec rspec
data/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # GoogleMapsRails
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/google_maps_rails.svg)](https://badge.fury.io/rb/google_maps_rails)
4
+ [![Build Status](https://travis-ci.org/luizpicolo/google-maps-rails.svg?branch=master)](https://travis-ci.org/luizpicolo/google-maps-rails)
5
+
3
6
  This is a simple library for embed google maps in your app rails
4
7
 
5
8
  ## Installation
@@ -1,3 +1,3 @@
1
1
  module GoogleMapsRails
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google_maps_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luiz Picolo
@@ -75,6 +75,7 @@ extra_rdoc_files: []
75
75
  files:
76
76
  - ".gitignore"
77
77
  - ".rspec"
78
+ - ".travis.yml"
78
79
  - Gemfile
79
80
  - LICENSE.txt
80
81
  - README.md