From df39a15a754a0613244a9af170ce9b6c9656799b Mon Sep 17 00:00:00 2001 From: bagwanpankaj Date: Tue, 26 Jan 2016 14:22:34 +0530 Subject: [PATCH] [UPDATE] partial fixes --- LICENSE.txt | 2 +- README.markdown | 10 +++++----- humongous.gemspec | 6 +++++- lib/humongous.rb | 8 ++++---- lib/humongous/version.rb | 4 ++-- 5 files changed, 17 insertions(+), 13 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 3a6d34e..d007c39 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2012-2014 Bagwan Pankaj +Copyright (c) 2012-2016 Bagwan Pankaj Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/README.markdown b/README.markdown index ff57431..c634562 100644 --- a/README.markdown +++ b/README.markdown @@ -4,12 +4,12 @@ [![Gem Version](https://badge.fury.io/rb/humongous.png)](http://badge.fury.io/rb/humongous) - _ _ - | | | |_ _ _ __ ___ ___ _ __ __ _ ___ _ _ ___ + _ _ + | | | |_ _ _ __ ___ ___ _ __ __ _ ___ _ _ ___ | |_| | | | | '_ ` _ \ / _ \| '_ \ / _` |/ _ \| | | / __| | _ | |_| | | | | | | (_) | | | | (_| | (_) | |_| \__ \ |_| |_|\__,_|_| |_| |_|\___/|_| |_|\__, |\___/ \__,_|___/ - |___/ + |___/ @@ -75,10 +75,10 @@ There are lot of things and area to improve and develop. Since it in pre release * Example series ## Contributing to Humongous - + * Fork, branch, code, and then send me a pull request. :) ## Copyright -Copyright (c) 2012-2014 [Bagwan Pankaj]. See LICENSE.txt for further details. +Copyright (c) 2012-2016 [Bagwan Pankaj]. See LICENSE.txt for further details. diff --git a/humongous.gemspec b/humongous.gemspec index 611497c..1993f02 100644 --- a/humongous.gemspec +++ b/humongous.gemspec @@ -36,6 +36,10 @@ Gem::Specification.new do |s| "lib/humongous/public/javascripts/storage.js", "lib/humongous/public/styles/application.css", "lib/humongous/public/styles/bootstrap.min.css", + "lib/humongous/views/_login_dialog.erb", + "lib/humongous/views/_license.erb", + "lib/humongous/views/_footer.erb", + "lib/humongous/views/_credits.erb", "lib/humongous/views/index.erb" ] s.homepage = "http://github.com/bagwanpankaj/humongous" @@ -67,4 +71,4 @@ Gem::Specification.new do |s| s.add_dependency(%q, ["= 1.5.2"]) s.add_dependency(%q, ["= 1.8.3"]) end -end \ No newline at end of file +end diff --git a/lib/humongous.rb b/lib/humongous.rb index dca0590..c6e3d8f 100644 --- a/lib/humongous.rb +++ b/lib/humongous.rb @@ -17,11 +17,11 @@ def self.root def self.version #:nodoc Humongous::VERSION end - + def self.description %Q{ Humongous: A Ruby way to browse and maintain mongo instance. Using HTML5. - This is beta version, So there is long way to go, but still you can enjoy its + This is beta version, So there is long way to go, but still you can enjoy its simplistic design. } end @@ -31,7 +31,7 @@ def self.summary end def self.copyright - "Bagwan Pankaj 2012-2014" + "Bagwan Pankaj 2012-2016" end def self.author @@ -47,4 +47,4 @@ def self.run! Application.run! end -end \ No newline at end of file +end diff --git a/lib/humongous/version.rb b/lib/humongous/version.rb index 5c78c42..2bec4ab 100644 --- a/lib/humongous/version.rb +++ b/lib/humongous/version.rb @@ -1,3 +1,3 @@ module Humongous - VERSION = "1.0.1" -end \ No newline at end of file + VERSION = "1.0.2" +end