Skip to content

Commit

Permalink
[UPDATE] partial fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bagwanpankaj committed Jan 26, 2016
1 parent a374968 commit df39a15
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 13 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

[![Gem Version](https://badge.fury.io/rb/humongous.png)](http://badge.fury.io/rb/humongous)

_ _
| | | |_ _ _ __ ___ ___ _ __ __ _ ___ _ _ ___
_ _
| | | |_ _ _ __ ___ ___ _ __ __ _ ___ _ _ ___
| |_| | | | | '_ ` _ \ / _ \| '_ \ / _` |/ _ \| | | / __|
| _ | |_| | | | | | | (_) | | | | (_| | (_) | |_| \__ \
|_| |_|\__,_|_| |_| |_|\___/|_| |_|\__, |\___/ \__,_|___/
|___/
|___/



Expand Down Expand Up @@ -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.

6 changes: 5 additions & 1 deletion humongous.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -67,4 +71,4 @@ Gem::Specification.new do |s|
s.add_dependency(%q<mongo>, ["= 1.5.2"])
s.add_dependency(%q<json>, ["= 1.8.3"])
end
end
end
8 changes: 4 additions & 4 deletions lib/humongous.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -31,7 +31,7 @@ def self.summary
end

def self.copyright
"Bagwan Pankaj 2012-2014"
"Bagwan Pankaj 2012-2016"
end

def self.author
Expand All @@ -47,4 +47,4 @@ def self.run!
Application.run!
end

end
end
4 changes: 2 additions & 2 deletions lib/humongous/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Humongous
VERSION = "1.0.1"
end
VERSION = "1.0.2"
end

0 comments on commit df39a15

Please sign in to comment.