attributer 0.0.1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,4 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 1.9.3
3
+ - 1.9.3
4
+ - 2.0.0
@@ -1,8 +1,8 @@
1
- # Contributing to vatsim_online
1
+ # Contributing to attributer
2
2
 
3
3
  1. Fork it
4
4
  2. Create your feature branch (`git checkout -b my-new-feature`)
5
5
  3. Commit your changes (`git commit -am 'Added some feature'`)
6
- 4. Make sure all tests are passing!
6
+ 4. Make sure all tests pass!
7
7
  5. Push to the branch (`git push origin my-new-feature`)
8
8
  6. Create new Pull Request
data/Guardfile CHANGED
@@ -1,4 +1,4 @@
1
- guard 'rspec', :version => 2 do
1
+ guard 'rspec' do
2
2
  watch(%r{^spec/.+_spec\.rb$})
3
3
  watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" }
4
4
  watch('spec/spec_helper.rb') { "spec" }
data/README.md CHANGED
@@ -11,9 +11,13 @@ Useful for example as a callback with WYSIWYG editors that don't automatically a
11
11
  or CMS posts with img tag attributes for speed and standarts compliance.
12
12
 
13
13
  [![Build Status](https://secure.travis-ci.org/tarakanbg/attributer.png?branch=master)](http://travis-ci.org/tarakanbg/attributer)
14
- [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/tarakanbg/attributer)
15
14
  [![Gemnasium](https://gemnasium.com/tarakanbg/attributer.png?travis)](https://gemnasium.com/tarakanbg/attributer)
16
15
  [![Gem Version](https://badge.fury.io/rb/attributer.png)](http://badge.fury.io/rb/attributer)
16
+ [![Code Climate](https://codeclimate.com/github/tarakanbg/attributer.png)](https://codeclimate.com/github/tarakanbg/attributer)
17
+
18
+ ## Requirements
19
+
20
+ [Ruby 1.9.3](http://www.ruby-lang.org/en/downloads/) or higher | **Supports Ruby 2.0!**
17
21
 
18
22
  ## Installation
19
23
 
@@ -112,6 +116,12 @@ html.image_attributes(:domain => "http://my-domain.com") # =>
112
116
  # </div>
113
117
  ```
114
118
 
119
+ ## Changelog
120
+
121
+ ### v. 0.1.0 - 1 March 2013
122
+
123
+ * Ruby 2.0 compatibility
124
+
115
125
  ## Contributing
116
126
 
117
127
  1. Fork it
@@ -130,4 +140,4 @@ Copyright © 2013 [Svilen Vassilev](http://svilen.rubystudio.net)
130
140
  [![endorse](http://api.coderwall.com/svilenv/endorsecount.png)](http://coderwall.com/svilenv)
131
141
  [![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5FR7AQA4PLD8A)
132
142
 
133
- Released under the [MIT LICENSE](https://github.com/tarakanbg/attributer/blob/master/LICENSE.txt)
143
+ Released under the [MIT LICENSE](https://github.com/tarakanbg/attributer/blob/master/LICENSE.txt)
@@ -1,3 +1,3 @@
1
1
  module Attributer
2
- VERSION = "0.0.1"
2
+ VERSION = "0.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: attributer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-29 00:00:00.000000000 Z
12
+ date: 2013-03-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -168,7 +168,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
168
168
  version: '0'
169
169
  requirements: []
170
170
  rubyforge_project:
171
- rubygems_version: 1.8.24
171
+ rubygems_version: 1.8.25
172
172
  signing_key:
173
173
  specification_version: 3
174
174
  summary: Ruby gem for adding width and height attributes to image tags within HTML