haml_user_tags 0.10.0 → 0.10.2

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: 389d6623e10e58af8bd0626a15eeb4a734815704
4
- data.tar.gz: 572c9c08d3f04cd91b8e48c6c954010e6c677f77
3
+ metadata.gz: 6ce1c83bc0a0c2386f5190c1f8ade22408febf84
4
+ data.tar.gz: 57d5e332983ab2807e3422d376464bb11955c729
5
5
  SHA512:
6
- metadata.gz: e275da723f4730ef8359c988fb4084e3b817730d1499dbaf8b5fc4e10bb57df065775e6e92e3e480fecda824f9b506601597db457cf0076e0c77ffe2460e0357
7
- data.tar.gz: 3d1dfba0e78e2cec6d6915fd32a875e718fd09d94416f5c5d9b3bebedec1096ef792c706a74d83e15fccafeb661e8968a9c40819d579064eb7a5e31b51fd8cbf
6
+ metadata.gz: 1c64af5da37af7c9f387cc725f6130e5111b97d8ae1e123151d1fbaaa6fa7255f07a54cb67d0b1b4e0fd405d2c3ea49a2418faaa7f61dedeec287da1b9e0588f
7
+ data.tar.gz: 98a10295a882214ce489710289eab39812bbd9a98a1882fe31a08079baeda77d365c3cddcc867dabde65d2fbd9f5de947fd9b19aab62b2800f29313e4008d64e
data/README.md CHANGED
@@ -1,3 +1,6 @@
1
+ [![Gem Version](https://badge.fury.io/rb/haml_user_tags.svg)](https://badge.fury.io/rb/haml_user_tags)
2
+ [![CircleCI](https://circleci.com/gh/CGamesPlay/haml_user_tags/tree/master.svg?style=shield)](https://circleci.com/gh/CGamesPlay/haml_user_tags/tree/master)
3
+
1
4
  # HamlUserTags
2
5
 
3
6
  Define reusable functions in Haml that can be called with native Haml syntax.
@@ -45,3 +48,11 @@ Guy Steele's [Growing a Language](http://www.cs.virginia.edu/~evans/cs655/readin
45
48
  3. Commit your changes (`git commit -am 'Add some feature'`)
46
49
  4. Push to the branch (`git push origin my-new-feature`)
47
50
  5. Create a new Pull Request
51
+
52
+ ## Releasing
53
+
54
+ 1. `rake features`
55
+ 2. `rake release`
56
+ 3. Increment `VERSION` and `LATEST_STABLE_VERSION`
57
+ 3. `rake site:publish`
58
+ 4. `git push`
@@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
32
32
  spec.add_development_dependency "pygments.rb", "~> 0.5"
33
33
 
34
34
  # Test dependencies
35
- spec.add_development_dependency "cucumber", "~> 1.3"
35
+ spec.add_development_dependency "cucumber", "~> 2.4"
36
36
  spec.add_development_dependency "rspec-expectations", "~> 3.0"
37
37
  spec.add_development_dependency "fakefs", "~> 0.5"
38
38
  end
@@ -5,7 +5,7 @@ module HamlUserTags
5
5
  ActiveSupport::HashWithIndifferentAccess.new super(*args)
6
6
  end
7
7
  end
8
- prepend AttributesWithIndifference
8
+ singleton_class.prepend AttributesWithIndifference
9
9
 
10
10
  alias_method :include_tags_without_rails, :include_tags
11
11
  # Override the base include_tags to take advantage of Rails' template
@@ -1,4 +1,4 @@
1
1
  module HamlUserTags
2
- VERSION = "0.10.0"
3
- LATEST_STABLE_VERSION = "0.9.3"
2
+ VERSION = "0.10.2"
3
+ LATEST_STABLE_VERSION = "0.10.0"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: haml_user_tags
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.10.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Patterson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-05 00:00:00.000000000 Z
11
+ date: 2017-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: haml
@@ -114,14 +114,14 @@ dependencies:
114
114
  requirements:
115
115
  - - "~>"
116
116
  - !ruby/object:Gem::Version
117
- version: '1.3'
117
+ version: '2.4'
118
118
  type: :development
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
122
  - - "~>"
123
123
  - !ruby/object:Gem::Version
124
- version: '1.3'
124
+ version: '2.4'
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: rspec-expectations
127
127
  requirement: !ruby/object:Gem::Requirement