libdolt 0.33.9 → 0.33.10

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.
@@ -17,5 +17,5 @@
17
17
  #++
18
18
 
19
19
  module Dolt
20
- VERSION = "0.33.9"
20
+ VERSION = "0.33.10"
21
21
  end
@@ -32,7 +32,7 @@ describe "raw template" do
32
32
 
33
33
  it "renders raw contents" do
34
34
  renderer = prepare_renderer
35
- html = renderer.render(:raw, { :blob => Blob.new("Something something") })
35
+ html = renderer.render(:raw, { :blob => Blob.new("Something something\n") })
36
36
 
37
37
  assert_equal "Something something\n", html
38
38
  end
data/views/raw.erb CHANGED
@@ -16,5 +16,4 @@
16
16
  # You should have received a copy of the GNU Affero General Public License
17
17
  # along with this program. If not, see <http://www.gnu.org/licenses/>.
18
18
  #++
19
- %><%= blob.content %>
20
- kurwa
19
+ %><%= blob.content %>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libdolt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.33.9
4
+ version: 0.33.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: