partially_useful 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1e229c40c10a43e789e8898f07979db26e5f8568
4
- data.tar.gz: 73857d35476f11ba4c64b35a42178f57d32e483e
3
+ metadata.gz: db0acb9e7170ecf76a2213e54eefd5cfed8757d4
4
+ data.tar.gz: 875aa5b5f1697f7b724437cf2b533109cd4bdccc
5
5
  SHA512:
6
- metadata.gz: 5f81ff24b5c74de8915a64f18fa74a27922ababe18cc0be3e9f1d66d3a005cee7f6bbd55ef06ce45973e85b3ba444c74407a087248e7906cb716cf2f3d6f3656
7
- data.tar.gz: 7d7aa49f72198e4bb70376c1439608880863b0b823798bda1aec5acce21b88f8375f3c0418f99f8baeec02ab7f41fa50ce62b60fe4e72fcc9b8fc316cc35be27
6
+ metadata.gz: a6304798312b259f8cb05c8af760c54d29dde1c7c457e97850e784f28d6d4218931ee003b8bd0b6bd6acf4cfb3f725a4742aa6a9c0e246094a1855432b7b26df
7
+ data.tar.gz: 544a40ae37f3b85d031c1bcf3540ec5e62342c9d5ce1f7df88242574f9fa65836a69edcfe155f93c40d55ed3c6c76de272bd2f5589a40fced7e4dbf6b8924e04
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 0.0.3
2
+
3
+ * clarification for ruby version
4
+
1
5
  # 0.0.2
2
6
 
3
7
  * support ruby 2.0.0
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # PartiallyUseful
2
2
 
3
+ [![Build Status](https://img.shields.io/travis/phoet/partially_useful/master.svg)](https://travis-ci.org/phoet/asin)
4
+
3
5
  When looking at a rendered html page, it's often hard to tell where the code of a partial lives inside the views directory.
4
6
 
5
7
  Surrounds rendered partials with html-comments in order to simplify the process of finding the proper file.
@@ -1,3 +1,3 @@
1
1
  module PartiallyUseful
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -6,6 +6,7 @@ require 'partially_useful/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "partially_useful"
8
8
  spec.version = PartiallyUseful::VERSION
9
+ spec.platform = Gem::Platform::RUBY
9
10
  spec.authors = ["phoet"]
10
11
  spec.email = ["phoetmail@googlemail.com"]
11
12
  spec.homepage = "https://github.com/phoet/partially_useful"
@@ -17,6 +18,8 @@ Gem::Specification.new do |spec|
17
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
18
19
  spec.require_paths = ["lib"]
19
20
 
21
+ spec.required_ruby_version = '~> 2.0'
22
+
20
23
  spec.add_dependency 'railties', '~> 4.0'
21
24
 
22
25
  spec.add_development_dependency "bundler", "~> 1.6"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: partially_useful
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - phoet
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-15 00:00:00.000000000 Z
11
+ date: 2014-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -106,9 +106,9 @@ require_paths:
106
106
  - lib
107
107
  required_ruby_version: !ruby/object:Gem::Requirement
108
108
  requirements:
109
- - - ">="
109
+ - - "~>"
110
110
  - !ruby/object:Gem::Version
111
- version: '0'
111
+ version: '2.0'
112
112
  required_rubygems_version: !ruby/object:Gem::Requirement
113
113
  requirements:
114
114
  - - ">="