ansi_chameleon 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/Changelog CHANGED
@@ -1,2 +1,5 @@
1
+ 0.0.2 (January 30, 2012)
2
+ Fixed a typo in the LICENSE file.
3
+
1
4
  0.0.1 (January 30, 2012)
2
5
  Initial release.
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyrigth (c) 2012 Jacek Mikrut
1
+ Copyright (c) 2012 Jacek Mikrut
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
@@ -1,3 +1,3 @@
1
1
  module AnsiChameleon
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: ansi_chameleon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-01-30 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
16
- requirement: &86851630 !ruby/object:Gem::Requirement
16
+ requirement: &80598820 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '2.0'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *86851630
24
+ version_requirements: *80598820
25
25
  description: Colorizes text terminal output by converting custom HTML-like tags into
26
26
  color ANSI escape sequences.
27
27
  email: jacekmikrut.software@gmail.com