Skip to content

Commit

Permalink
Version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thinca committed Mar 14, 2015
1 parent 68a324d commit a764dae
Show file tree
Hide file tree
Showing 30 changed files with 37 additions and 31 deletions.
4 changes: 2 additions & 2 deletions autoload/themis.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
" A testing framework for Vim script.
" Version: 1.4
" Version: 1.4.1
" Author : thinca <[email protected]>
" License: zlib License

Expand All @@ -14,7 +14,7 @@ if exists('s:version')
finish
endif

let s:version = '1.4'
let s:version = '1.4.1'

function! themis#version() abort
return s:version
Expand Down
2 changes: 1 addition & 1 deletion autoload/themis/bundle.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
" themis: Test bundle.
" Version: 1.4
" Version: 1.4.1
" Author : thinca <[email protected]>
" License: zlib License

Expand Down
2 changes: 1 addition & 1 deletion autoload/themis/command.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
" Themis command line processer.
" Version: 1.4
" Version: 1.4.1
" Author : thinca <[email protected]>
" License: zlib License

Expand Down
2 changes: 1 addition & 1 deletion autoload/themis/helper/assert.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
" themis: helper: Assert utilities.
" Version: 1.4
" Version: 1.4.1
" Author : thinca <[email protected]>
" License: zlib License

Expand Down
2 changes: 1 addition & 1 deletion autoload/themis/helper/command.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
" themis: helper: Command base utilities.
" Version: 1.4
" Version: 1.4.1
" Author : thinca <[email protected]>
" License: zlib License

Expand Down
2 changes: 1 addition & 1 deletion autoload/themis/module.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
" themis: Module loader.
" Version: 1.4
" Version: 1.4.1
" Author : thinca <[email protected]>
" License: zlib License

Expand Down
2 changes: 1 addition & 1 deletion autoload/themis/option.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
" Themis option utilities.
" Version: 1.4
" Version: 1.4.1
" Author : thinca <[email protected]>
" License: zlib License

Expand Down
2 changes: 1 addition & 1 deletion autoload/themis/report.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
" themis: A report of test.
" Version: 1.4
" Version: 1.4.1
" Author : thinca <[email protected]>
" License: zlib License

Expand Down
2 changes: 1 addition & 1 deletion autoload/themis/reporter/dot.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
" themis: reporter: Report with xUnit style.
" Version: 1.4
" Version: 1.4.1
" Author : thinca <[email protected]>
" License: zlib License

Expand Down
2 changes: 1 addition & 1 deletion autoload/themis/reporter/spec.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
" themis: reporter: Report with spec style.
" Version: 1.4
" Version: 1.4.1
" Author : thinca <[email protected]>
" License: zlib License

Expand Down
2 changes: 1 addition & 1 deletion autoload/themis/reporter/tap.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
" themis: reporter: Report with TAP(Test Anything Protocol).
" Version: 1.4
" Version: 1.4.1
" Author : thinca <[email protected]>
" License: zlib License

Expand Down
2 changes: 1 addition & 1 deletion autoload/themis/runner.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
" themis: Test runner
" Version: 1.4
" Version: 1.4.1
" Author : thinca <[email protected]>
" License: zlib License

Expand Down
2 changes: 1 addition & 1 deletion autoload/themis/style/basic.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
" themis: style: basic: Basic style.
" Version: 1.4
" Version: 1.4.1
" Author : thinca <[email protected]>
" License: zlib License

Expand Down
2 changes: 1 addition & 1 deletion autoload/themis/style/vimspec.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
" themis: style: vimspec: Spec style.
" Version: 1.4
" Version: 1.4.1
" Author : thinca <[email protected]>
" License: zlib License

Expand Down
2 changes: 1 addition & 1 deletion autoload/themis/supporter/stats.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
" themis: supporter: stats: Record test stats.
" Version: 1.4
" Version: 1.4.1
" Author : thinca <[email protected]>
" License: zlib License

Expand Down
2 changes: 1 addition & 1 deletion autoload/themis/util.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
" themis: Utility functions.
" Version: 1.4
" Version: 1.4.1
" Author : thinca <[email protected]>
" License: zlib License

Expand Down
2 changes: 1 addition & 1 deletion bin/themis
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
# Command line utility for themis.vim
# Version: 1.4
# Version: 1.4.1
# Author : thinca <[email protected]>
# License: zlib License

Expand Down
2 changes: 1 addition & 1 deletion bin/themis.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off
rem Command line utility for themis.vim
rem Version: 1.4
rem Version: 1.4.1
rem Author : thinca <[email protected]>
rem License: zlib License

Expand Down
8 changes: 7 additions & 1 deletion doc/themis.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*themis.txt* A testing framework for Vim script.

Version: 1.4
Version: 1.4.1
Author : thinca <[email protected]>
License: zlib License

Expand Down Expand Up @@ -905,6 +905,12 @@ When all characters of {type} are uppercase, a test treated as "pending".
==============================================================================
CHANGELOG *themis-changelog*

1.4.1 2015-03-14
- Add setting examples for CI services.
- Add |themis-helper-assert-key_exists()| and
|themis-helper-assert-key_not_exists()|.
- Some bug fixes.

1.4 2014-12-05
- Lexical scope support for |themis-style-vimspec|.
- Add |themis#func_alias()|.
Expand Down
2 changes: 1 addition & 1 deletion examples/ci/.magnum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ before_install:
- export PATH=$PWD/build/bin:$PATH
- cd -

- git clone https://github.com/thinca/vim-themis --quiet --branch v1.4 --single-branch --depth 1 /tmp/vim-themis
- git clone https://github.com/thinca/vim-themis --quiet --branch v1.4.1 --single-branch --depth 1 /tmp/vim-themis

before_script:
- vim --version
Expand Down
2 changes: 1 addition & 1 deletion examples/ci/.travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: generic

before_script:
- git clone https://github.com/thinca/vim-themis --quiet --branch v1.4 --single-branch --depth 1 /tmp/vim-themis
- git clone https://github.com/thinca/vim-themis --quiet --branch v1.4.1 --single-branch --depth 1 /tmp/vim-themis
script:
- vim --version
- /tmp/vim-themis/bin/themis --reporter dot
2 changes: 1 addition & 1 deletion examples/ci/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install:
$Env:THEMIS_VIM = $vim + (Get-ChildItem $vim).Name + '\vim.exe'
git -c advice.detachedHead=false clone https://github.com/thinca/vim-themis --quiet --branch v1.4 --single-branch --depth 1 $Env:TEMP\vim-themis
git -c advice.detachedHead=false clone https://github.com/thinca/vim-themis --quiet --branch v1.4.1 --single-branch --depth 1 $Env:TEMP\vim-themis
build: off
test_script:
- ps: |
Expand Down
2 changes: 1 addition & 1 deletion examples/ci/circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dependencies:
cache_directories:
- "~/vim-themis"
override:
- git clone https://github.com/thinca/vim-themis --quiet --branch v1.4 --single-branch --depth 1 ~/vim-themis
- git clone https://github.com/thinca/vim-themis --quiet --branch v1.4.1 --single-branch --depth 1 ~/vim-themis
test:
pre:
- vim --version
Expand Down
2 changes: 1 addition & 1 deletion examples/ci/shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
install: true

before_script:
- git clone https://github.com/thinca/vim-themis --quiet --branch v1.4 --single-branch --depth 1 /tmp/vim-themis
- git clone https://github.com/thinca/vim-themis --quiet --branch v1.4.1 --single-branch --depth 1 /tmp/vim-themis

script:
- vim --version
Expand Down
2 changes: 1 addition & 1 deletion examples/ci/wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ build:
code: |-
vim --version
- thinca/themis:
version: v1.4
version: v1.4.1
2 changes: 1 addition & 1 deletion ftplugin/vimspec.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
" Vimspec filetype plugin
" Version: 1.4
" Version: 1.4.1
" Author : thinca <[email protected]>
" License: zlib License

Expand Down
2 changes: 1 addition & 1 deletion indent/vimspec.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
" Vimspec indent plugin
" Version: 1.4
" Version: 1.4.1
" Author : thinca <[email protected]>
" License: zlib License

Expand Down
2 changes: 1 addition & 1 deletion macros/themis_startup.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
" Startup script for external themis command.
" Version: 1.4
" Version: 1.4.1
" Author : thinca <[email protected]>
" License: zlib License

Expand Down
2 changes: 1 addition & 1 deletion syntax/vimspec.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
" Syntax file for vimspec
" Version: 1.4
" Version: 1.4.1
" Author : thinca <[email protected]>
" License: zlib License

Expand Down
2 changes: 1 addition & 1 deletion wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ build:
code: |-
vim --version
- thinca/themis:
version: v1.4
version: v1.4.1

0 comments on commit a764dae

Please sign in to comment.