Skip to content

Commit

Permalink
Updated ReadMe and depricated source for Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayakrsh-mck committed Oct 3, 2014
1 parent 1230b3f commit 2619b28
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
source :rubygems
source 'https://rubygems.org'

# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
group :development do
gem "rspec", ">= 2.8.0"
gem "rdoc", ">= 3.12"
gem "bundler", ">= 1.0.0"
gem "jeweler", ">= 1.8.3"
gem "simplecov",">= 0.5"
gem 'rspec', '>= 2.8.0'
gem 'rdoc', '>= 3.12'
gem 'bundler', '>= 1.0.0'
gem 'jeweler', '>= 1.8.3'
gem 'simplecov', '>= 0.5'
end
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
diff-lcs (1.1.3)
git (1.2.5)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ See [github repo](https://github.com/roylory/ie7-js) and [original](http://code.

IE7.js is a JavaScript library to make Microsoft Internet Explorer behave like a standards-compliant browser. It fixes many HTML and CSS issues and makes transparent PNG work correctly under IE5 and IE6.

Use any of the following:
Use any of the following (not required if you are using PIE.htc in your CSS classes):

```html
<!--[if lt IE 7]>
Expand Down

0 comments on commit 2619b28

Please sign in to comment.