mirror of
https://github.com/awesome-print/awesome_print
synced 2023-03-27 23:22:34 -04:00
Merge pull request #241 from gerrywastaken/version-bump
1.7.0 version bump for release Also moving the project url to our new github organisation
This commit is contained in:
commit
b15046845d
3 changed files with 6 additions and 3 deletions
|
@ -1,4 +1,7 @@
|
|||
## master (unreleased)
|
||||
|
||||
|
||||
## 1.7.0
|
||||
- Refactoring by extracting formatters into their own classes [@waldyr] - [#237]
|
||||
- Fixes Travis builds and improves tests [@nviennot], [@waldyr], [@gerrywastaken] - [#225], [#228], [#229], [#230], [#231]
|
||||
- Creates `awesome_object_data` to encapsulate the logic of printing object internals,
|
||||
|
|
|
@ -6,12 +6,12 @@
|
|||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "awesome_print"
|
||||
s.version = "1.6.2"
|
||||
s.version = "1.7.0"
|
||||
# s.platform = Gem::Platform::RUBY
|
||||
s.authors = "Michael Dvorkin"
|
||||
s.date = Time.now.strftime("%Y-%m-%d")
|
||||
s.email = "mike@dvorkin.net"
|
||||
s.homepage = "http://github.com/michaeldv/awesome_print"
|
||||
s.homepage = "https://github.com/awesome-print/awesome_print"
|
||||
s.summary = "Pretty print Ruby objects with proper indentation and colors"
|
||||
s.description = "Great Ruby dubugging companion: pretty print Ruby objects to visualize their structure. Supports custom object formatting via plugins"
|
||||
s.license = "MIT"
|
||||
|
|
|
@ -5,6 +5,6 @@
|
|||
#------------------------------------------------------------------------------
|
||||
module AwesomePrint
|
||||
def self.version
|
||||
'1.6.2'
|
||||
'1.7.0'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue