norobots 0.1.0 → 0.2.0

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
  SHA256:
3
- metadata.gz: b902ca5a216216db5480ff90552f9a325362f46e715c59de71a13ce474a69f50
4
- data.tar.gz: 06a02331e3d886a7317c790f1f227b651c758cde0e3db7a753365cb62e813fdf
3
+ metadata.gz: 789ae8a873fcc0d4079bd12b7fa1d50003ceba8455acfc783d01f1609621f7de
4
+ data.tar.gz: 01e7eb4a9f9bb1379b4ad2142ff15391bc5c7de108d350e9b4cfca38f273a170
5
5
  SHA512:
6
- metadata.gz: da0efd130fd7707110ed4265e985073758a6af89738aff7dcc987ad01b064e7ed45a3ccbe1fe0990df73dff85619f59b848b55bfbb613981292eab872fa25234
7
- data.tar.gz: 11e549e83802b738105c9ed01f320072ecc3d7e465ac500dabebbf31216b303b2ebda3c6cc5f555a1dac792128b2cfeb2674bbb05f7c2501a209555562ab5b5e
6
+ metadata.gz: 7c36f3ca7196d9e2bb63e8fcadbf79283a142b7127e14d8a833a8f57fa86c9ca735516115dc29590de40ac1775145031f22669ff09447c9f5164076c4691f9ad
7
+ data.tar.gz: a382ba121d9bf7c3f074f93d5f32d4ea060e7d9dfc4bb463ec202b7b3e08d8975a654ed89c68f44eb222e1ba1c10906ca258adc26fa6dc26e35698395db289aa
data/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  # Norobots
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/norobots.svg)](https://badge.fury.io/rb/norobots)
3
4
  [![Build Status](https://travis-ci.org/renuo/norobots.svg?branch=master)](https://travis-ci.org/renuo/norobots)
4
5
  [![Maintainability](https://api.codeclimate.com/v1/badges/8f0d93fa0d0aecc83797/maintainability)](https://codeclimate.com/github/renuo/norobots/maintainability)
5
6
 
@@ -3,7 +3,6 @@
3
3
  module Norobots
4
4
  class Railtie < Rails::Railtie
5
5
  initializer 'norobots.configure_rack_middleware' do |app|
6
- puts 'inserting middleware'
7
6
  app.middleware.insert_before Rack::Sendfile, Norobots::Middleware unless ENV['BLOCK_ROBOTS'].nil?
8
7
  end
9
8
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Norobots
4
- VERSION = '0.1.0'
4
+ VERSION = '0.2.0'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: norobots
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alessandro Rodi